Skip navigation links
C G I O R T U 

C

CharacterRepresentationProvider - Interface in com.github.robtimus.obfuscation.annotation
characterRepresentationProvider(AnnotatedElement) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns a CharacterRepresentationProvider based on the used annotations in this package.
characterRepresentationProvider(Function<Class<? extends Annotation>, Annotation>) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns a CharacterRepresentationProvider based on the used annotations in this package.
characterRepresentationProvider(Annotation...) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns a CharacterRepresentationProvider based on multiple annotations.
characterRepresentationProvider(Collection<? extends Annotation>) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns a CharacterRepresentationProvider based on multiple annotations.
characterRepresentationProvider(RepresentedBy) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns a CharacterRepresentationProvider based on a RepresentedBy annotation.
characterRepresentationProvider(Class<? extends CharacterRepresentationProvider>) - Method in interface com.github.robtimus.obfuscation.annotation.ObjectFactory
Returns an instance of a specific CharacterRepresentationProvider type.
CharacterRepresentationProvider.BooleanArrayToString - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that uses Arrays.toString(boolean[]), or Object.toString() for other types.
CharacterRepresentationProvider.ByteArrayToString - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that uses Arrays.toString(byte[]), or Object.toString() for other types.
CharacterRepresentationProvider.CharArrayToString - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that uses Arrays.toString(char[]), or Object.toString() for other types.
CharacterRepresentationProvider.DoubleArrayToString - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that uses Arrays.toString(double[]), or Object.toString() for other types.
CharacterRepresentationProvider.FloatArrayToString - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that uses Arrays.toString(float[]), or Object.toString() for other types.
CharacterRepresentationProvider.Identity - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that returns CharSequences unmodified, or Object.toString() for other types.
CharacterRepresentationProvider.IntArrayToString - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that uses Arrays.toString(int[]), or Object.toString() for other types.
CharacterRepresentationProvider.LongArrayToString - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that uses Arrays.toString(long[]), or Object.toString() for other types.
CharacterRepresentationProvider.ObjectArrayDeepToString - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that uses Arrays.deepToString(Object[]), or Object.toString() for other types.
CharacterRepresentationProvider.ObjectArrayToString - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that uses Arrays.toString(Object[]), or Object.toString() for other types.
CharacterRepresentationProvider.ShortArrayToString - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that uses Arrays.toString(short[]), or Object.toString() for other types.
CharacterRepresentationProvider.ToString - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that uses Object.toString().
CharacterRepresentationProvider.TypeSpecific<T> - Class in com.github.robtimus.obfuscation.annotation
A character representation provider that uses specific character representations for a specific type, or Object.toString() for other types.
com.github.robtimus.obfuscation.annotation - package com.github.robtimus.obfuscation.annotation
Provides annotations for configuring obfuscators.
convert(boolean[]) - Method in class com.github.robtimus.obfuscation.annotation.CharacterRepresentationProvider.BooleanArrayToString
 
convert(byte[]) - Method in class com.github.robtimus.obfuscation.annotation.CharacterRepresentationProvider.ByteArrayToString
 
convert(char[]) - Method in class com.github.robtimus.obfuscation.annotation.CharacterRepresentationProvider.CharArrayToString
 
convert(double[]) - Method in class com.github.robtimus.obfuscation.annotation.CharacterRepresentationProvider.DoubleArrayToString
 
convert(float[]) - Method in class com.github.robtimus.obfuscation.annotation.CharacterRepresentationProvider.FloatArrayToString
 
convert(CharSequence) - Method in class com.github.robtimus.obfuscation.annotation.CharacterRepresentationProvider.Identity
 
convert(int[]) - Method in class com.github.robtimus.obfuscation.annotation.CharacterRepresentationProvider.IntArrayToString
 
convert(long[]) - Method in class com.github.robtimus.obfuscation.annotation.CharacterRepresentationProvider.LongArrayToString
 
convert(Object[]) - Method in class com.github.robtimus.obfuscation.annotation.CharacterRepresentationProvider.ObjectArrayDeepToString
 
convert(Object[]) - Method in class com.github.robtimus.obfuscation.annotation.CharacterRepresentationProvider.ObjectArrayToString
 
convert(short[]) - Method in class com.github.robtimus.obfuscation.annotation.CharacterRepresentationProvider.ShortArrayToString
 
convert(T) - Method in class com.github.robtimus.obfuscation.annotation.CharacterRepresentationProvider.TypeSpecific
 
C G I O R T U 
Skip navigation links

Copyright © 2020. All rights reserved.