Uses of Class
org.apache.johnzon.jsonb.polymorphism.JsonbPolymorphismTypeInfo
Packages that use JsonbPolymorphismTypeInfo
-
Uses of JsonbPolymorphismTypeInfo in org.apache.johnzon.jsonb.polymorphism
Fields in org.apache.johnzon.jsonb.polymorphism with type parameters of type JsonbPolymorphismTypeInfoModifier and TypeFieldDescriptionprivate final List<JsonbPolymorphismTypeInfo>JsonbPolymorphismTypeInfo.parentsprivate final Map<Class<?>,JsonbPolymorphismTypeInfo> JsonbPolymorphismHandler.typeInfoCacheMethods in org.apache.johnzon.jsonb.polymorphism that return JsonbPolymorphismTypeInfoModifier and TypeMethodDescriptionJsonbPolymorphismTypeInfo.getFirstParent()JsonbPolymorphismHandler.getOrCreatePolymorphismTypeInfo(Class<?> clazz) Looks up aJsonbPolymorphismTypeInfofrom the cache or creates it for the givenclazzif it supports polymorphism.Methods in org.apache.johnzon.jsonb.polymorphism that return types with arguments of type JsonbPolymorphismTypeInfo