public static class FieldParser.FieldMetaSignature extends Object
| Modifier and Type | Field and Description |
|---|---|
AnnotationTree |
annotationTree |
FieldParsingContext |
context |
FieldParser.IndexMetaSignature |
indexMetaSignature |
com.squareup.javapoet.TypeName |
propertyType |
com.squareup.javapoet.TypeName |
sourceType |
com.squareup.javapoet.TypeName |
targetType |
com.squareup.javapoet.CodeBlock |
typeCode |
Optional<FieldParser.UDTMetaSignature> |
udtMetaSignature |
| Constructor and Description |
|---|
FieldMetaSignature(FieldParsingContext context,
AnnotationTree annotationTree,
com.squareup.javapoet.TypeName sourceType,
com.squareup.javapoet.TypeName targetType,
com.squareup.javapoet.TypeName propertyType,
com.squareup.javapoet.CodeBlock typeCode,
FieldParser.IndexMetaSignature indexMetaSignature) |
FieldMetaSignature(FieldParsingContext context,
AnnotationTree annotationTree,
com.squareup.javapoet.TypeName sourceType,
com.squareup.javapoet.TypeName targetType,
com.squareup.javapoet.TypeName propertyType,
com.squareup.javapoet.CodeBlock typeCode,
FieldParser.IndexMetaSignature indexMetaSignature,
Optional<FieldParser.UDTMetaSignature> udtMetaSignature) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.FieldSpec |
buildPropertyAsField() |
boolean |
equals(Object o) |
boolean |
equalsTo(FieldParser.FieldMetaSignature o) |
int |
hashCode() |
boolean |
isCollection() |
boolean |
isList() |
boolean |
isMap() |
boolean |
isSet() |
boolean |
isUDT() |
String |
relationClassnameForUpdate() |
String |
toStringForViewCheck() |
public final FieldParsingContext context
public final AnnotationTree annotationTree
public final com.squareup.javapoet.TypeName sourceType
public final com.squareup.javapoet.TypeName targetType
public final com.squareup.javapoet.CodeBlock typeCode
public final com.squareup.javapoet.TypeName propertyType
public final Optional<FieldParser.UDTMetaSignature> udtMetaSignature
public final FieldParser.IndexMetaSignature indexMetaSignature
public FieldMetaSignature(FieldParsingContext context, AnnotationTree annotationTree, com.squareup.javapoet.TypeName sourceType, com.squareup.javapoet.TypeName targetType, com.squareup.javapoet.TypeName propertyType, com.squareup.javapoet.CodeBlock typeCode, FieldParser.IndexMetaSignature indexMetaSignature, Optional<FieldParser.UDTMetaSignature> udtMetaSignature)
public FieldMetaSignature(FieldParsingContext context, AnnotationTree annotationTree, com.squareup.javapoet.TypeName sourceType, com.squareup.javapoet.TypeName targetType, com.squareup.javapoet.TypeName propertyType, com.squareup.javapoet.CodeBlock typeCode, FieldParser.IndexMetaSignature indexMetaSignature)
public boolean isUDT()
public boolean isList()
public boolean isSet()
public boolean isMap()
public boolean isCollection()
public String relationClassnameForUpdate()
public com.squareup.javapoet.FieldSpec buildPropertyAsField()
public String toStringForViewCheck()
public boolean equalsTo(FieldParser.FieldMetaSignature o)
Copyright © 2012-2021. All Rights Reserved.