ConverterBuilder class
- Inheritance
-
- Object
- DogsAdapter<
Serializable> - ConverterBuilder
Constructors
Properties
- annotation → Type
-
finalinherited
- archetype → String
-
finalinherited
- copySourceImports ↔ bool
-
getter/setter pairinherited
- descriptorBuilder ↔ Builder
-
getter/setter pairinherited
- descriptorExtension → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- importSourceFile ↔ bool
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subjectBuilder ↔ Builder
-
getter/setter pairinherited
Methods
-
doesOutput(
SubjectGenContext< Element> genContext) → FutureOr<bool> -
inherited
-
generateDescriptor(
SubjectGenContext< Element> context) → Future<SubjectDescriptor> -
generateSubject(
SubjectGenContext< Element> genContext, SubjectCodeContext codeContext) → FutureOr<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
generateForClass(
ClassElement element, SubjectGenContext< Element> genContext, SubjectCodeContext codeContext) → Future -
generateForEnum(
EnumElement element, SubjectGenContext< Element> genContext, SubjectCodeContext codeContext) → Future -
writeBeanFactory(
ClassElement element, StructurizeResult structurized, SubjectCodeContext codeContext) → void -
writeGeneratedBuilder(
ClassElement element, StructurizeResult structurized, String constructorName, SubjectCodeContext codeContext) → void -
writeGeneratedConverter(
ClassElement element, StructurizeResult structurized, String constructorName, SubjectCodeContext codeContext) → void -
writeGeneratedExtension(
ClassElement element, StructurizeResult structurized, String constructorName, SubjectCodeContext codeContext) → void