Skip navigation links
C G I O R T U 

O

ObfuscateAll - Annotation Type in com.github.robtimus.obfuscation.annotation
Indicates that obfuscation should be done in a similar way to using Obfuscator.all(char).
ObfuscateFixedLength - Annotation Type in com.github.robtimus.obfuscation.annotation
Indicates that obfuscation should be done in a similar way to using Obfuscator.fixedLength(int, char).
ObfuscateFixedValue - Annotation Type in com.github.robtimus.obfuscation.annotation
Indicates that obfuscation should be done in a similar way to using Obfuscator.fixedValue(String).
ObfuscateNone - Annotation Type in com.github.robtimus.obfuscation.annotation
Indicates that obfuscation should be done in a similar way to using Obfuscator.none().
ObfuscatePortion - Annotation Type in com.github.robtimus.obfuscation.annotation
Indicates that obfuscation should be done in a similar way to using Obfuscator.portion().
ObfuscateUsing - Annotation Type in com.github.robtimus.obfuscation.annotation
Indicates that obfuscation should be done using a custom provided Obfuscator.
obfuscator() - Method in interface com.github.robtimus.obfuscation.annotation.ObfuscatorProvider
Provides an Obfuscator.
obfuscator(ObfuscateAll) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an Obfuscator based on an ObfuscateAll annotation.
obfuscator(ObfuscateNone) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an Obfuscator based on an ObfuscateNone annotation.
obfuscator(ObfuscateFixedLength) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an Obfuscator based on an ObfuscateFixedLength annotation.
obfuscator(ObfuscateFixedValue) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an Obfuscator based on an ObfuscateFixedValue annotation.
obfuscator(ObfuscatePortion) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an Obfuscator based on an ObfuscatePortion annotation.
obfuscator(ObfuscateUsing) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an Obfuscator based on an ObfuscateUsing annotation.
obfuscator(AnnotatedElement) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an Obfuscator based on the used annotations in this package.
obfuscator(Function<Class<? extends Annotation>, Annotation>) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an Obfuscator based on the used annotations in this package.
obfuscator(Annotation...) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an Obfuscator based on multiple annotations.
obfuscator(Collection<? extends Annotation>) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an Obfuscator based on multiple annotations.
ObfuscatorProvider - Interface in com.github.robtimus.obfuscation.annotation
A provider for Obfuscators.
obfuscatorProvider(ObfuscateUsing) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an ObfuscatorProvider based on an ObfuscateUsing annotation.
obfuscatorProvider(Class<? extends ObfuscatorProvider>) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an instance of a specific ObfuscatorProvider type.
ObjectFactory - Interface in com.github.robtimus.obfuscation.annotation
A factory for creating objects.
C G I O R T U 
Skip navigation links

Copyright © 2020. All rights reserved.