java.lang.Object
io.helidon.declarative.codegen.DeclarativeTypes
Types used by Helidon Declarative code generators.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeNameMappers type.static final TypeNameCommon config type.static final TypeNameType name forio.helidon.config.ConfigBuilderSupport.static final TypeNameType name forExecutorService.static final TypeNameType for set ofTHROWABLE.static final AnnotationAnnotation instance forServiceCodegenTypes.SERVICE_ANNOTATION_SINGLETON.static final TypeNamestatic final TypeNameWeight type. -
Method Summary
-
Field Details
-
COMMON_MAPPERS
Mappers type. -
WEIGHT
Weight type. -
CONFIG
Common config type. -
THROWABLE
-
SINGLETON_ANNOTATION
Annotation instance forServiceCodegenTypes.SERVICE_ANNOTATION_SINGLETON. -
SET_OF_THROWABLES
Type for set ofTHROWABLE. -
EXECUTOR_SERVICE
Type name forExecutorService. -
CONFIG_BUILDER_SUPPORT
Type name forio.helidon.config.ConfigBuilderSupport.
-