const mixinafJson::JsonTypeInspectors
afJson::JsonTypeInspectors
@Js
(Service) - Holds a list of JsonTypeInspector instances and the cached JsonTypeMeta objects.
- defaultInspectors
static JsonTypeInspector[] defaultInspectors()The default list of inspectors.
- getOrInspect
@Operator
abstract JsonTypeMeta getOrInspect(Type type)Returns and caches
JsonTypeMetaassociated with the given type.- make
static new make(JsonTypeInspector[] inspectors := JsonTypeInspectors.defaultInspectors())Creates an instance of
JsonTypeInspectorswith the given inspectors.- set
@Operator
abstract Void set(Type type, JsonTypeMeta meta)Sets
JsonTypeMetato be associated with the given type.