Uses of Class
com.dslplatform.json.CompiledJson.Behavior

Packages that use CompiledJson.Behavior
com.dslplatform.json   
com.dslplatform.json.processor   
 

Uses of CompiledJson.Behavior in com.dslplatform.json
 

Methods in com.dslplatform.json that return CompiledJson.Behavior
static CompiledJson.Behavior CompiledJson.Behavior.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompiledJson.Behavior[] CompiledJson.Behavior.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CompiledJson.Behavior in com.dslplatform.json.processor
 

Fields in com.dslplatform.json.processor declared as CompiledJson.Behavior
 CompiledJson.Behavior StructInfo.onUnknown
           
 

Constructors in com.dslplatform.json.processor with parameters of type CompiledJson.Behavior
StructInfo(TypeElement element, DeclaredType discoveredBy, String name, String binaryName, ObjectType type, String jsonObjectReaderPath, List<ExecutableElement> matchingConstructors, ExecutableElement annotatedConstructor, ExecutableElement annotatedFactory, BuilderInfo builder, AnnotationMirror annotation, CompiledJson.Behavior onUnknown, CompiledJson.TypeSignature typeSignature, CompiledJson.ObjectFormatPolicy objectFormatPolicy, TypeElement deserializeAs, String discriminator, String deserializeName, Element enumConstantNameSource, boolean isMinified, CompiledJson.Format[] formats, Map<String,TypeMirror> genericSignatures)
           
 



Copyright © 2019. All rights reserved.