Reflection Type Processing Step Config
Properties
Whether to use toString for enum values or the declared name
Whether to include functions as members of classes (see PropertyType.FUNCTION).
Whether to include getters as members of classes (see PropertyType.GETTER).
Whether to include hidden (e.g. private) members
Whether to include static members
Whether to include weak getters as members of classes (see PropertyType.WEAK_GETTER).
The list of types that are considered "primitive types" and returned as PrimitiveTypeData
Functions
Add a custom processor for the given type that overwrites the default behaviour
Add custom processors for given type that overwrites the default behaviour
Redirect from the given type to the other given type, i.e. when the "from" type is processed, the "to" type is used instead.
Redirect from the given types to the other given types, i.e. when a type is processed, the associated type is used instead.