Uses of Class
org.apache.johnzon.jsonb.api.experimental.PolymorphicConfig
-
Packages that use PolymorphicConfig Package Description org.apache.johnzon.jaxrs.jsonb.jaxrs org.apache.johnzon.jsonb.api.experimental -
-
Uses of PolymorphicConfig in org.apache.johnzon.jaxrs.jsonb.jaxrs
Methods in org.apache.johnzon.jaxrs.jsonb.jaxrs that return PolymorphicConfig Modifier and Type Method Description private PolymorphicConfigJsonbJaxrsProvider. getOrCreatePolymorphicConfig() -
Uses of PolymorphicConfig in org.apache.johnzon.jsonb.api.experimental
Methods in org.apache.johnzon.jsonb.api.experimental that return PolymorphicConfig Modifier and Type Method Description PolymorphicConfigPolymorphicConfig. withDeserializationPredicate(Predicate<Class<?>> deserializationPredicate)PolymorphicConfigPolymorphicConfig. withDiscriminator(String value)PolymorphicConfigPolymorphicConfig. withDiscriminatorMapper(Function<Class<?>,String> discriminatorMapper)PolymorphicConfigPolymorphicConfig. withSerializationPredicate(Predicate<Class<?>> serializationPredicate)PolymorphicConfigPolymorphicConfig. withTypeLoader(Function<String,Class<?>> typeLoader)
-