Uses of Class
com.dslplatform.json.CompiledJson.ObjectFormatPolicy
-
Packages that use CompiledJson.ObjectFormatPolicy Package Description com.dslplatform.json com.dslplatform.json.processor -
-
Uses of CompiledJson.ObjectFormatPolicy in com.dslplatform.json
Methods in com.dslplatform.json that return CompiledJson.ObjectFormatPolicy Modifier and Type Method Description CompiledJson.ObjectFormatPolicyobjectFormatPolicy()Object format can be fine tuned to either:
- always include all properties
- serialize only some propertiesstatic CompiledJson.ObjectFormatPolicyCompiledJson.ObjectFormatPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompiledJson.ObjectFormatPolicy[]CompiledJson.ObjectFormatPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CompiledJson.ObjectFormatPolicy in com.dslplatform.json.processor
Fields in com.dslplatform.json.processor declared as CompiledJson.ObjectFormatPolicy Modifier and Type Field Description CompiledJson.ObjectFormatPolicyStructInfo. objectFormatPolicyMethods in com.dslplatform.json.processor that return CompiledJson.ObjectFormatPolicy Modifier and Type Method Description private CompiledJson.ObjectFormatPolicyAnalysis. objectFormatPolicyValue(javax.lang.model.element.AnnotationMirror annotation)Constructors in com.dslplatform.json.processor with parameters of type CompiledJson.ObjectFormatPolicy Constructor Description StructInfo(javax.lang.model.element.TypeElement element, javax.lang.model.type.DeclaredType discoveredBy, java.lang.String name, java.lang.String binaryName, ObjectType type, java.lang.String jsonObjectReaderPath, java.util.List<javax.lang.model.element.ExecutableElement> matchingConstructors, javax.lang.model.element.ExecutableElement annotatedConstructor, javax.lang.model.element.ExecutableElement annotatedFactory, BuilderInfo builder, javax.lang.model.element.AnnotationMirror annotation, CompiledJson.Behavior onUnknown, CompiledJson.TypeSignature typeSignature, CompiledJson.ObjectFormatPolicy objectFormatPolicy, javax.lang.model.element.TypeElement deserializeAs, java.lang.String discriminator, java.lang.String deserializeName, javax.lang.model.element.Element enumConstantNameSource, NamingStrategy namingStrategy, CompiledJson.Format[] formats, java.util.Map<java.lang.String,javax.lang.model.type.TypeMirror> genericSignatures)
-