A B C E F G H I M P R V W 

A

addBackingBeanModel(ModelBackingBean) - Static method in class io.toolisticon.fluapigen.processor.RenderStateHelper
Adds a backing bean model.
addInterfaceModel(ModelInterface) - Static method in class io.toolisticon.fluapigen.processor.RenderStateHelper
Adds a fluent interface model.

B

BaseException - Exception in io.toolisticon.fluapigen.processor
 
BaseException() - Constructor for exception io.toolisticon.fluapigen.processor.BaseException
 
BB_MAPPING_ANNOTATION_MUST_BE_PRESENT - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
BB_MAPPING_ANNOTATION_MUST_BE_PRESENT_ADD_TO_PARENT_TRAVERSALS - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
BB_MAPPING_COULDNT_BE_RESOLVED - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
BB_MAPPING_INVALID_CONVERTER - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
BBFieldNotFoundException - Exception in io.toolisticon.fluapigen.processor
 
BBFieldNotFoundException(String, String, FluentApiBackingBeanMappingWrapper) - Constructor for exception io.toolisticon.fluapigen.processor.BBFieldNotFoundException
 
BBFieldNotFoundException(String, String, FluentApiImplicitValueWrapper) - Constructor for exception io.toolisticon.fluapigen.processor.BBFieldNotFoundException
 
BBFieldNotFoundException(String, String, FluentApiParentBackingBeanMappingWrapper) - Constructor for exception io.toolisticon.fluapigen.processor.BBFieldNotFoundException
 
BBFieldNotFoundException(String, String, Element, AnnotationMirror, AnnotationValue) - Constructor for exception io.toolisticon.fluapigen.processor.BBFieldNotFoundException
 
BBNotFoundException - Exception in io.toolisticon.fluapigen.processor
 
BBNotFoundException(ExecutableElementWrapper) - Constructor for exception io.toolisticon.fluapigen.processor.BBNotFoundException
 

C

close() - Method in class io.toolisticon.fluapigen.processor.RenderStateHelper
 
CompilerErrorException - Exception in io.toolisticon.fluapigen.processor
 
CompilerErrorException() - Constructor for exception io.toolisticon.fluapigen.processor.CompilerErrorException
 
create() - Static method in class io.toolisticon.fluapigen.processor.RenderStateHelper
Creates and gets the thread local render state instance.
CustomFluentApiBackingBeanWrapperCode - Class in io.toolisticon.fluapigen.processor
 
CustomFluentApiBackingBeanWrapperCode() - Constructor for class io.toolisticon.fluapigen.processor.CustomFluentApiBackingBeanWrapperCode
 
CustomFluentApiCommandWrapperCode - Class in io.toolisticon.fluapigen.processor
 
CustomFluentApiCommandWrapperCode() - Constructor for class io.toolisticon.fluapigen.processor.CustomFluentApiCommandWrapperCode
 
CustomFluentApiInlineBackingBeanMappingWrapperCode - Class in io.toolisticon.fluapigen.processor
 
CustomFluentApiInlineBackingBeanMappingWrapperCode() - Constructor for class io.toolisticon.fluapigen.processor.CustomFluentApiInlineBackingBeanMappingWrapperCode
 
CustomFluentApiInterfaceWrapperCode - Class in io.toolisticon.fluapigen.processor
 
CustomFluentApiInterfaceWrapperCode() - Constructor for class io.toolisticon.fluapigen.processor.CustomFluentApiInterfaceWrapperCode
 
CustomFluentApiWrapperCode - Class in io.toolisticon.fluapigen.processor
 
CustomFluentApiWrapperCode() - Constructor for class io.toolisticon.fluapigen.processor.CustomFluentApiWrapperCode
 

E

equals(Object) - Method in class io.toolisticon.fluapigen.processor.ModelBackingBean
 
error(Element, Object...) - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Writes an error message.
error(Element, AnnotationMirror, Object...) - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Writes an error message.
error(Element, AnnotationMirror, AnnotationValue, Object...) - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Writes an error message.
ERROR_BACKING_BEAN_FIELD_ID_MUST_BE_UNIQUE_IN_BB - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_BACKING_BEAN_FIELD_ID_MUST_NOT_BE_EMPTY - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_BACKING_BEAN_FIELD_INIT_VALUE_MUST_BE_SINGLE_VALUE - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_BACKING_BEAN_INTERFACE_MUST_BE_DEFINED_IN_CLASS_ANNOTATED_WITH_FLUENT_API_ANNOTATION - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_BROKEN_VALIDATOR_ATTRIBUTE_NAME_MISMATCH - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_BROKEN_VALIDATOR_CONSTRUCTOR_PARAMETER_MAPPING - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_BROKEN_VALIDATOR_MISSING_NOARG_CONSTRUCTOR - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_CANNOT_FIND_BACKING_BEAN_FIELD - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_CANNOT_FIND_NEXT_BACKING_BEAN - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_COMMAND_CLASS_MUST_BE_DEFINED_IN_CLASS_ANNOTATED_WITH_FLUENT_API_ANNOTATION - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_COMMAND_CLASS_MUST_DECLARE_EXACTLY_ONE_STATIC_METHOD - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_COULD_NOT_CREATE_CLASS - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_FLUENTAPI_CLASSNAME_MUST_BE_VALID - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_FLUENTAPI_CLASSNAME_MUST_NOT_BE_EMPTY - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_FLUENTAPI_INTERFACE_MUST_BE_DEFINED_IN_CLASS_ANNOTATED_WITH_FLUENT_API_ANNOTATION - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_FLUENTAPI_MULTIPLE_ROOT_INTERFACES - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_FLUENTAPI_NO_ROOT_INTERFACE - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_IMPLICIT_VALUE_CANNOT_CONVERT_VALUE_STRING_TO_TARGET_TYPE - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_IMPLICIT_VALUE_CONVERTER_MUST_CONVERT_SOURCE_TYPE_STRING - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_IMPLICIT_VALUE_CONVERTER_MUST_CONVERT_TO_TARGET_ATTRIBUTE_TYPE - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_IMPLICIT_VALUE_INVALID_ENUM_VALUE - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_IMPLICIT_VALUE_MUST_BE_SINGLE_VALUE - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_IMPLICIT_VALUE_UNSUPPORTED_TYPE - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_INCOMPATIBLE_BACKING_BEAN_MAPPING_TYPES - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_INLINE_BB_MAPPING_COULDNT_BE_RESOLVED - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_INVALID_NUMBER_OF_PARENT_MAPPINGS_TO_REACH_ROOT_BB - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_NO_INLINE_BB_MAPPING_MUST_BE_USED_IN_FLUENT_INTERFACE - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_NO_PATH_TO_ROOT_BB - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_PARAMETER_OF_COMMAND_METHOD_MUST_BE_INTERFACE_ANNOTATED_AS_BACKING_BEAN - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ERROR_RETURN_TYPE_MUST_BE_FLUENT_INTERFACE - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 

F

fetchImports() - Method in interface io.toolisticon.fluapigen.processor.FetchImports
 
fetchImports() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBean
 
fetchImports() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
fetchImports() - Method in class io.toolisticon.fluapigen.processor.ModelInterface
 
fetchImports() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceCommand
 
fetchImports() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
FetchImports - Interface in io.toolisticon.fluapigen.processor
 
FluentApiProcessor - Class in io.toolisticon.fluapigen.processor
Annotation Processor for FluentApi.
FluentApiProcessor() - Constructor for class io.toolisticon.fluapigen.processor.FluentApiProcessor
 
FluentApiProcessorCompilerMessages - Enum in io.toolisticon.fluapigen.processor
 
FluentApiState - Class in io.toolisticon.fluapigen.processor
The processing state.
FluentApiState(FluentApiWrapper, List<FluentApiInterfaceWrapper>, List<FluentApiBackingBeanWrapper>, List<FluentApiCommandWrapper>) - Constructor for class io.toolisticon.fluapigen.processor.FluentApiState
 
FOUND_MULTIPLE_PARENTS_OF_BB - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 

G

get() - Static method in class io.toolisticon.fluapigen.processor.RenderStateHelper
gets the thread local render state instance.
getAllParameters() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getAnnotation() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
getAssignmentString() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethodParameter
 
getAssignmentString(TypeMirrorWrapper, String[], MappingAction) - Static method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
getBackingBeanCloneValueAssignmentString() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
getBackingBeanField() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethodParameter
 
getBackingBeanFieldName() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceImplicitValue
 
getBackingBeanInterfaceSimpleName() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBean
Gets the simple name of the backing bean interface
getBackingBeanModel() - Method in class io.toolisticon.fluapigen.processor.ModelInterface
 
getBackingBeanModelForBackingBeanInterfaceSimpleName(String) - Static method in class io.toolisticon.fluapigen.processor.RenderStateHelper
Gets the backing bean model for its interfaces simple name.
getBackingBeanReference() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
Returns the fields Backing Bean reference if field is related to other backing bean type.
getBackingBeanReferenceBackingBeanModel() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
Gets the Backing Bean Model if the field is a backing bean.
getBackingBeans() - Method in class io.toolisticon.fluapigen.processor.ModelRoot
 
getClassName() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBean
Gets the class name used by the implementation of the backing bean.
getClassName() - Method in class io.toolisticon.fluapigen.processor.ModelInterface
 
getClassName() - Method in class io.toolisticon.fluapigen.processor.ModelRoot
 
getCode() - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Gets the code of the message.
getCollectionImplType() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
getCommand() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getCommandMethod() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceCommand
 
getCompilerMessageWriter() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
getConcreteType() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
Gets the concrete type of the field.
getCurrentBBVariableName() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod.ParentStackProcessing
 
getExecutableElement() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getFieldById(String) - Method in class io.toolisticon.fluapigen.processor.ModelBackingBean
Get backing bean field by field name.
getFieldId() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
getFieldName() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
getFieldName() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod.ParentStackProcessing
 
getFields() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBean
Gets all fields that belong to the backing bean.
getFieldType() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
Get the type of the field.
getFluentApiBackingBeanMapping() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethodParameter
 
getFluentApiBackingBeanWrappers() - Method in class io.toolisticon.fluapigen.processor.FluentApiState
 
getFluentApiCommandWrappers() - Method in class io.toolisticon.fluapigen.processor.FluentApiState
 
getFluentApiInterfaceWrappers() - Method in class io.toolisticon.fluapigen.processor.FluentApiState
 
getFluentApiWrapper() - Method in class io.toolisticon.fluapigen.processor.FluentApiState
 
getFluentInterfaces() - Method in class io.toolisticon.fluapigen.processor.ModelRoot
 
getGetterMethodSignature() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
getHasSameTargetBackingBean() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getImplicitValuesBoundToCurrentBB() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getImplicitValuesBoundToInlineBB() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getImplicitValuesBoundToNextBB() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getImports() - Method in class io.toolisticon.fluapigen.processor.ModelRoot
 
getInitValueString() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
getInlineBackingBean() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getInlineBackingBeanField() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getInterfaceModelForInterfaceSimpleClassName(String) - Static method in class io.toolisticon.fluapigen.processor.RenderStateHelper
Gets the interface model for its interfaces simple name.
getMessage() - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Gets the message text.
getMethodCall() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getMethods() - Method in class io.toolisticon.fluapigen.processor.ModelInterface
 
getMethodSignature() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceCommand
 
getMethodSignature() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getNextBackingBean() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getNextBBTypeName() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod.ParentStackProcessing
 
getNextBBVariableName() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod.ParentStackProcessing
 
getNextModelInterface() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getNotInlineMappedParameters() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getPackageName() - Method in class io.toolisticon.fluapigen.processor.ModelRoot
 
getParameterName() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethodParameter
 
getParametersBoundToCurrentBB() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getParametersBoundToInlineBB() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getParametersBoundToNextBB() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getParent() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBean
Gets the parent backing bean.
getParentBB(ModelBackingBean) - Static method in class io.toolisticon.fluapigen.processor.RenderStateHelper
Gets the parent BackingBean of a BackingBean.
getParentBBMappingAnnotation() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getParents(ModelBackingBean) - Static method in class io.toolisticon.fluapigen.processor.RenderStateHelper
 
getParentsBackingBeanFields() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
getRootInterface() - Method in class io.toolisticon.fluapigen.processor.ModelRoot
 
getRootInterface() - Static method in class io.toolisticon.fluapigen.processor.RenderStateHelper
Gets an Optional that contains the root interface or an empty Optional if it doesn't exist.
getSupportedAnnotationTypes() - Method in class io.toolisticon.fluapigen.processor.FluentApiProcessor
 
getToStringStr() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
getTypeParameterNamesString() - Method in class io.toolisticon.fluapigen.processor.ModelInterface
 
getTypeParametersString() - Method in class io.toolisticon.fluapigen.processor.ModelInterface
 
getValidators() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethodParameter
 
getValidatorSummary() - Method in class io.toolisticon.fluapigen.processor.ModelValidator
 
getValueAssignmentString() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceImplicitValue
 
getValueAssignmentStringForSingleValue(TypeMirrorWrapper, String) - Static method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 

H

hasConverter() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethodParameter
 
hashCode() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBean
 
hasInlineBackingBeanMapping() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
hasParent() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBean
Checks whether the backing bean has a parent or not.
hasReturnType() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceCommand
 
hasTypeParameter() - Method in class io.toolisticon.fluapigen.processor.ModelInterface
 
hasValidators() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethodParameter
 

I

IncompatibleConverterException - Exception in io.toolisticon.fluapigen.processor
 
IncompatibleConverterException(FluentApiBackingBeanMappingWrapper, TypeMirrorWrapper, TypeMirrorWrapper, TypeMirrorWrapper, List<TypeMirrorWrapper>) - Constructor for exception io.toolisticon.fluapigen.processor.IncompatibleConverterException
 
IncompatibleParameterTypeException - Exception in io.toolisticon.fluapigen.processor
 
IncompatibleParameterTypeException(String, String, String, FluentApiBackingBeanMappingWrapper) - Constructor for exception io.toolisticon.fluapigen.processor.IncompatibleParameterTypeException
 
IncompatibleParameterTypeException(String, String, String, Element, AnnotationMirror, AnnotationValue) - Constructor for exception io.toolisticon.fluapigen.processor.IncompatibleParameterTypeException
 
info(Element, Object...) - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Writes an info message.
info(Element, AnnotationMirror, Object...) - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Writes an info message.
info(Element, AnnotationMirror, AnnotationValue, Object...) - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Writes an info message.
init() - Static method in class io.toolisticon.fluapigen.processor.RenderStateHelper
 
INLINE_BB_MAPPING_ANNOTATION_IS_MISSING_ON_METHOD - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
interfaceClassName() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBean
Gets the fluent api class relative name of the backing bean interface.
interfaceClassName() - Method in class io.toolisticon.fluapigen.processor.ModelInterface
 
interfaceClassSimpleName() - Method in class io.toolisticon.fluapigen.processor.ModelInterface
 
io.toolisticon.fluapigen.processor - package io.toolisticon.fluapigen.processor
This package contains the fluapigen annotation processor.
isArray() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
Checks whether the field type is an array or not.
isBackingBeanReference() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
isCloneable() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
isCollection() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
Checks whether the field type is a collection or not.
isCollection() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod.ParentStackProcessing
 
isCommandMethod() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
isCreatingChildConfigCall() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
isFirst() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod.ParentStackProcessing
 
isLast() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod.ParentStackProcessing
 
isOverruledBy(List<ModelValidator>) - Method in class io.toolisticon.fluapigen.processor.ModelValidator
 
isParentCall() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
isRootInterface() - Method in class io.toolisticon.fluapigen.processor.ModelInterface
 

M

mandatoryWarning(Element, Object...) - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Writes an mandatoryWarning message.
mandatoryWarning(Element, AnnotationMirror, Object...) - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Writes an mandatoryWarning message.
mandatoryWarning(Element, AnnotationMirror, AnnotationValue, Object...) - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Writes an mandatoryWarning message.
ModelBackingBean - Class in io.toolisticon.fluapigen.processor
 
ModelBackingBeanField - Class in io.toolisticon.fluapigen.processor
 
ModelInterface - Class in io.toolisticon.fluapigen.processor
 
ModelInterfaceCommand - Class in io.toolisticon.fluapigen.processor
 
ModelInterfaceImplicitValue - Class in io.toolisticon.fluapigen.processor
 
ModelInterfaceImplicitValue(ModelBackingBeanField, FluentApiImplicitValueWrapper) - Constructor for class io.toolisticon.fluapigen.processor.ModelInterfaceImplicitValue
 
ModelInterfaceMethod - Class in io.toolisticon.fluapigen.processor
 
ModelInterfaceMethod.ParentStackProcessing - Class in io.toolisticon.fluapigen.processor
 
ModelInterfaceMethodParameter - Class in io.toolisticon.fluapigen.processor
 
ModelRoot - Class in io.toolisticon.fluapigen.processor
 
ModelValidator - Class in io.toolisticon.fluapigen.processor
 
ModelValidator(VariableElementWrapper, AnnotationMirrorWrapper) - Constructor for class io.toolisticon.fluapigen.processor.ModelValidator
 

P

PARAMETER_AND_MAPPED_BB_FIELD_MUST_HAVE_SAME_TYPE - io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
 
ParentStackProcessing(String, String, String, String, boolean, boolean, boolean) - Constructor for class io.toolisticon.fluapigen.processor.ModelInterfaceMethod.ParentStackProcessing
 
processAnnotations(Set<? extends TypeElement>, RoundEnvironment) - Method in class io.toolisticon.fluapigen.processor.FluentApiProcessor
 

R

RenderStateHelper - Class in io.toolisticon.fluapigen.processor
 
RenderStateHelper() - Constructor for class io.toolisticon.fluapigen.processor.RenderStateHelper
 

V

Validatable - Interface in io.toolisticon.fluapigen.processor
 
validate() - Method in class io.toolisticon.fluapigen.processor.FluentApiState
 
validate() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBean
 
validate() - Method in class io.toolisticon.fluapigen.processor.ModelBackingBeanField
 
validate() - Method in class io.toolisticon.fluapigen.processor.ModelInterface
 
validate() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceImplicitValue
 
validate() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethod
 
validate() - Method in class io.toolisticon.fluapigen.processor.ModelInterfaceMethodParameter
 
validate() - Method in class io.toolisticon.fluapigen.processor.ModelRoot
 
validate() - Method in class io.toolisticon.fluapigen.processor.ModelValidator
 
validate() - Method in interface io.toolisticon.fluapigen.processor.Validatable
 
validatorExpression() - Method in class io.toolisticon.fluapigen.processor.ModelValidator
 
valueOf(String) - Static method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(Element, Object...) - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Writes an warning message.
warning(Element, AnnotationMirror, Object...) - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Writes an warning message.
warning(Element, AnnotationMirror, AnnotationValue, Object...) - Method in enum io.toolisticon.fluapigen.processor.FluentApiProcessorCompilerMessages
Writes an warning message.
writeErrorCompilerMessage() - Method in exception io.toolisticon.fluapigen.processor.BaseException
 
writeErrorCompilerMessage() - Method in exception io.toolisticon.fluapigen.processor.BBFieldNotFoundException
 
writeErrorCompilerMessage() - Method in exception io.toolisticon.fluapigen.processor.BBNotFoundException
 
writeErrorCompilerMessage() - Method in exception io.toolisticon.fluapigen.processor.CompilerErrorException
 
writeErrorCompilerMessage() - Method in exception io.toolisticon.fluapigen.processor.IncompatibleConverterException
 
writeErrorCompilerMessage() - Method in exception io.toolisticon.fluapigen.processor.IncompatibleParameterTypeException
 
A B C E F G H I M P R V W 
Skip navigation links

Copyright © 2023–2024 Holisticon AG. All rights reserved.