public class UDTMetaCodeGen extends Object implements CommonBeanMetaCodeGen
| Constructor and Description |
|---|
UDTMetaCodeGen(AptUtils aptUtils) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.TypeSpec |
buildUDTClassProperty(TypeElement elm,
EntityParsingContext context,
List<FieldParser.FieldMetaSignature> fieldMetaSignatures,
List<FieldParser.FieldMetaSignature> customConstructorFieldMetaSignatures) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildGetStaticNamingStrategy, emptyOptionpublic UDTMetaCodeGen(AptUtils aptUtils)
public com.squareup.javapoet.TypeSpec buildUDTClassProperty(TypeElement elm, EntityParsingContext context, List<FieldParser.FieldMetaSignature> fieldMetaSignatures, List<FieldParser.FieldMetaSignature> customConstructorFieldMetaSignatures)
Copyright © 2012-2021. All Rights Reserved.