Class Structures.PrototypeDataHandler.PrototypeDataHandlerBuilder
java.lang.Object
net.binis.codegen.generation.core.Structures.PrototypeDataHandler.PrototypeDataHandlerBuilder
- Enclosing class:
Structures.PrototypeDataHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenrichers(List<PrototypeEnricher> enrichers) inheritedEnrichers(List<PrototypeEnricher> inheritedEnrichers) predefinedEnrichers(List<Class<? extends net.binis.codegen.enrich.Enricher>> predefinedEnrichers) predefinedInheritedEnrichers(List<Class<? extends net.binis.codegen.enrich.Enricher>> predefinedInheritedEnrichers)
-
Constructor Details
-
PrototypeDataHandlerBuilder
public PrototypeDataHandlerBuilder()
-
-
Method Details
-
custom
public Structures.PrototypeDataHandler.PrototypeDataHandlerBuilder custom(String name, Object value) -
enrichers
public Structures.PrototypeDataHandler.PrototypeDataHandlerBuilder enrichers(List<PrototypeEnricher> enrichers) -
inheritedEnrichers
public Structures.PrototypeDataHandler.PrototypeDataHandlerBuilder inheritedEnrichers(List<PrototypeEnricher> inheritedEnrichers) -
predefinedEnrichers
public Structures.PrototypeDataHandler.PrototypeDataHandlerBuilder predefinedEnrichers(List<Class<? extends net.binis.codegen.enrich.Enricher>> predefinedEnrichers) -
predefinedInheritedEnrichers
public Structures.PrototypeDataHandler.PrototypeDataHandlerBuilder predefinedInheritedEnrichers(List<Class<? extends net.binis.codegen.enrich.Enricher>> predefinedInheritedEnrichers)
-