Uses of Class
com.dslplatform.json.processor.ObjectType
-
Packages that use ObjectType Package Description com.dslplatform.json.processor -
-
Uses of ObjectType in com.dslplatform.json.processor
Fields in com.dslplatform.json.processor declared as ObjectType Modifier and Type Field Description ObjectTypeStructInfo. typeMethods in com.dslplatform.json.processor that return ObjectType Modifier and Type Method Description static ObjectTypeObjectType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ObjectType[]ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.dslplatform.json.processor with parameters of type ObjectType 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)
-