java.lang.Object
io.helidon.declarative.codegen.DeclarativeTypes
Types used by Helidon Declarative code generators.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeNameBuffer data from common buffers.static final TypeNameJavaByteBuffer.static final TypeNameMappers type.static final TypeNameCommon config type.static final TypeNameType name forio.helidon.config.ConfigBuilderSupport.static final TypeNameType name forExecutorService.static final TypeNamePathMatchersfrom HTTP, used for matching request path.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. -
BUFFER_DATA
Buffer data from common buffers. -
BYTE_BUFFER
JavaByteBuffer. -
PATH_MATCHERS
PathMatchersfrom HTTP, used for matching request path.
-