Class | Description |
---|---|
AnnotationReader |
Searches for annotated methods that use the MemberId annotation.
|
ArrayConcatenator |
Array utility class that concatenates arrays.
|
ClassFinder |
Utility class that tries to find a class by name, both simple name (in case it resides in either java.lang or
java.util) and a canonical name.
|
DecoderFactory |
Returns a suitable byte decoder for the given type.
|
EncoderFactory |
Returns a suitable byte encoder for the given type.
|
GenericAnnotationFinder |
The @Generic annotation could be on any method in a class hierarchy.
|
InstanceFactory |
Utiltity class that tries to find an implementation to an interface or an abstract class and returns an instance of
the implementation class.
|
LengthDecoder |
Decodes the length of a value to bytes using DER encoding rules.
|
LengthEncoder |
Encodes the length of a value to bytes using DER encoding rules.
|
ObjectIdAnnotationFinder |
Finds object id annotation.
|