Interface | Description |
---|---|
EquivalentConverter<TType> |
Interface that converts generic objects into types and back.
|
Class | Description |
---|---|
FieldUtils |
Utilities for working with fields by reflection.
|
FuzzyReflection |
Retrieves fields and methods by signature, not just name.
|
IntEnum |
Represents a traditional int field enum.
|
MethodUtils |
Utility reflection methods focussed on methods in general rather than properties in particular.
|
PrimitiveUtils |
Contains static utility methods pertaining to primitive types and their
corresponding wrapper types.
|
StructureModifier<TField> | |
StructureModifierTest | |
VolatileField |
Represents a field that will revert to its original state when this class is garbaged collected.
|
Exception | Description |
---|---|
FieldAccessException |
Invoked when a field is inaccessible due to security limitations, or when it simply doesn't exist.
|