Package no.sikt.graphitron.mappings
Enum Class JavaPoetClassName
- All Implemented Interfaces:
Serializable,Comparable<JavaPoetClassName>,Constable
Enum of all the classnames in use in the generator, which helps keep track of dependencies.
Preferably add any new non-dynamic class name retrievals here.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic JavaPoetClassNameReturns the enum constant of this class with the specified name.static JavaPoetClassName[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ARRAYS
-
ARRAY_LIST
-
CLASS
-
COLLECTORS
-
COMPLETABLE_FUTURE
-
DATA_ACCESS_EXCEPTION
-
DATA_ACCESS_EXCEPTION_CONTENT_TO_ERROR_MAPPING
-
DATA_ACCESS_EXCEPTION_MAPPING_CONTENT
-
DATA_FETCHING_ENVIRONMENT
-
ENVIRONMENT_HANDLER
-
DATA_FETCHER
-
DATA_FETCHER_HELPER
-
DATA_SERVICE_FETCHER
-
DSL
-
SORT_FIELD
-
DSL_CONTEXT
-
EXCEPTION_TO_ERROR_MAPPING_PROVIDER
-
NODE_ID_HANDLER
-
FUNCTION
-
FUNCTIONS
-
GENERIC_EXCEPTION_CONTENT_TO_ERROR_MAPPING
-
GENERIC_EXCEPTION_MAPPING_CONTENT
-
GRAPHQL_ERROR
-
HASH_MAP
-
HASH_SET
-
ILLEGAL_ARGUMENT_EXCEPTION
-
IMMUTABLE_PAIR
-
INJECT
-
INTEGER
-
FLOAT
-
BOOLEAN
-
LIST
-
STREAM
-
MAP
-
OBJECT
-
EXCEPTION_STRATEGY_CONFIGURATION
-
OBJECTS
-
OVERRIDE
-
PAIR
-
PAYLOAD_CREATOR
-
QUERY_HELPER
-
RECORD1
-
RECORD2
-
RECORD3
-
RECORD_VALIDATOR
-
RESOLVER_HELPERS
-
SELECTION_SET
-
SET
-
STRING
-
THROWABLE
-
VALIDATION_VIOLATION_EXCEPTION
-
RECORD_TRANSFORMER
-
ABSTRACT_TRANSFORMER
-
JSONB
-
RUNTIME_WIRING
-
RUNTIME_WIRING_BUILDER
-
TYPE_RUNTIME_WIRING
-
TYPE_RESOLVER
-
TYPE_DEFINITION_REGISTRY
-
SCHEMA_READER
-
GRAPHQL_SCHEMA
-
SCHEMA_GENERATOR
-
NODE_ID_STRATEGY
-
SELECT_JOIN_STEP
-
SELECT_FIELD
-
SELECT_SELECT_STEP
-
INT_STREAM
-
CONNECTION_IMPL
-
-
Field Details
-
className
public final no.sikt.graphitron.javapoet.ClassName className
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-