Skip navigation links
B C D E F G I L M N P S T U 

B

body() - Method in class functionalj.types.elm.processor.ElmFunctionBuilder
 

C

camelName() - Method in class functionalj.types.elm.processor.ElmFunctionBuilder
 
camelName() - Method in interface functionalj.types.elm.processor.ElmTypeDef
 

D

declaration() - Method in class functionalj.types.elm.processor.ElmFunctionBuilder
 
decode() - Method in interface functionalj.types.elm.processor.ElmTypeDef
 
decodeList() - Method in interface functionalj.types.elm.processor.ElmTypeDef
 
decoder() - Method in class functionalj.types.elm.processor.ElmChoiceBuilder
 
decoder() - Method in class functionalj.types.elm.processor.ElmStructBuilder
 
decoder() - Method in interface functionalj.types.elm.processor.ElmTypeDef
 
decoderName() - Method in class functionalj.types.elm.processor.ElmChoiceBuilder
 
decoderName() - Method in class functionalj.types.elm.processor.ElmStructBuilder
 
decoderName() - Method in interface functionalj.types.elm.processor.ElmTypeDef
 
decoderNameOf(Type) - Static method in class functionalj.types.elm.processor.UElmType
 
DEFAULT_GENERATED_DIRECTORY - Static variable in annotation type functionalj.types.elm.Elm
 
DummyMessager - Class in functionalj.types.elm.processor
This dummy messager is used by Elm annotation process to get the StructSpec without double up the error/warning messages.
DummyMessager() - Constructor for class functionalj.types.elm.processor.DummyMessager
 

E

Elm - Annotation Type in functionalj.types.elm
Annotation for Elm -- marking that Struct or Choice types can be used as a template to generate an Elm data type..
ElmAnnotationProcessor - Class in functionalj.types.elm.processor
Annotation processor for Elm.
ElmAnnotationProcessor() - Constructor for class functionalj.types.elm.processor.ElmAnnotationProcessor
 
ElmChoiceBuilder - Class in functionalj.types.elm.processor
This class generate Elm choice type.
ElmChoiceBuilder(ElmChoiceSpec, List<String>, List<String>) - Constructor for class functionalj.types.elm.processor.ElmChoiceBuilder
 
ElmChoiceSpec - Class in functionalj.types.elm.processor
 
ElmChoiceSpec(SourceSpec, InputElement) - Constructor for class functionalj.types.elm.processor.ElmChoiceSpec
 
ElmFunctionBuilder - Class in functionalj.types.elm.processor
This class represents function in Elm for the purpose of generating the elm code.
ElmFunctionBuilder(String, String, String, ILines) - Constructor for class functionalj.types.elm.processor.ElmFunctionBuilder
 
elmMayBeOfType(Type) - Static method in class functionalj.types.elm.processor.UElmType
 
elmMayBeType(Type) - Static method in class functionalj.types.elm.processor.UElmType
 
elmParamType(Type) - Static method in class functionalj.types.elm.processor.UElmType
 
elmParamType(String) - Static method in class functionalj.types.elm.processor.UElmType
 
ElmStructBuilder - Class in functionalj.types.elm.processor
This class generate Elm structure type.
ElmStructBuilder(ElmStructSpec, List<String>, List<String>) - Constructor for class functionalj.types.elm.processor.ElmStructBuilder
 
ElmStructSpec - Class in functionalj.types.elm.processor
This class represents The spec for an Elm structure type.
ElmStructSpec(SourceSpec, InputElement) - Constructor for class functionalj.types.elm.processor.ElmStructSpec
 
ElmType - Class in functionalj.types.elm.processor
This class represent data type in Elm.
ElmType(Type) - Constructor for class functionalj.types.elm.processor.ElmType
 
ElmTypeDef - Interface in functionalj.types.elm.processor
Classes implementing this interface can create type definition in Elm.
emlType(Type) - Static method in class functionalj.types.elm.processor.UElmType
 
encode() - Method in interface functionalj.types.elm.processor.ElmTypeDef
 
encodeList() - Method in interface functionalj.types.elm.processor.ElmTypeDef
 
encoder() - Method in class functionalj.types.elm.processor.ElmChoiceBuilder
 
encoder() - Method in class functionalj.types.elm.processor.ElmStructBuilder
 
encoder() - Method in interface functionalj.types.elm.processor.ElmTypeDef
 
encoderName() - Method in class functionalj.types.elm.processor.ElmChoiceBuilder
 
encoderName() - Method in class functionalj.types.elm.processor.ElmStructBuilder
 
encoderName() - Method in interface functionalj.types.elm.processor.ElmTypeDef
 
encoderNameOf(Type, String) - Static method in class functionalj.types.elm.processor.UElmType
 
encoderNameOf(Type, String, boolean) - Static method in class functionalj.types.elm.processor.UElmType
 

F

fileName() - Method in class functionalj.types.elm.processor.ElmChoiceSpec
 
fileName() - Method in class functionalj.types.elm.processor.ElmStructSpec
 
folderName() - Method in class functionalj.types.elm.processor.ElmChoiceSpec
 
folderName() - Method in class functionalj.types.elm.processor.ElmStructSpec
 
FROM_PACAKGE_NAME - Static variable in annotation type functionalj.types.elm.Elm
 
functionalj.types.elm - package functionalj.types.elm
 
functionalj.types.elm.processor - package functionalj.types.elm.processor
 
functionaljType() - Method in class functionalj.types.elm.processor.ElmType
 

G

generatedDirectory() - Method in class functionalj.types.elm.processor.ElmChoiceSpec
 
generatedDirectory() - Method in class functionalj.types.elm.processor.ElmStructSpec
 
getSupportedAnnotationTypes() - Method in class functionalj.types.elm.processor.ElmAnnotationProcessor
 
getSupportedSourceVersion() - Method in class functionalj.types.elm.processor.ElmAnnotationProcessor
 

I

init(ProcessingEnvironment) - Method in class functionalj.types.elm.processor.ElmAnnotationProcessor
 

L

lines() - Method in class functionalj.types.elm.processor.ElmFunctionBuilder
 
listDecoder() - Method in interface functionalj.types.elm.processor.ElmTypeDef
 
listEncoder() - Method in interface functionalj.types.elm.processor.ElmTypeDef
 

M

moduleName() - Method in class functionalj.types.elm.processor.ElmChoiceSpec
 
moduleName() - Method in class functionalj.types.elm.processor.ElmStructSpec
 

N

name() - Method in class functionalj.types.elm.processor.ElmFunctionBuilder
 

P

printMessage(Diagnostic.Kind, CharSequence) - Method in class functionalj.types.elm.processor.DummyMessager
 
printMessage(Diagnostic.Kind, CharSequence, Element) - Method in class functionalj.types.elm.processor.DummyMessager
 
printMessage(Diagnostic.Kind, CharSequence, Element, AnnotationMirror) - Method in class functionalj.types.elm.processor.DummyMessager
 
printMessage(Diagnostic.Kind, CharSequence, Element, AnnotationMirror, AnnotationValue) - Method in class functionalj.types.elm.processor.DummyMessager
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class functionalj.types.elm.processor.ElmAnnotationProcessor
 

S

sourceSpec() - Method in class functionalj.types.elm.processor.ElmChoiceSpec
 
sourceSpec() - Method in class functionalj.types.elm.processor.ElmStructSpec
 

T

toCamelCase(String) - Static method in class functionalj.types.elm.processor.Utils
 
toElmCode() - Method in class functionalj.types.elm.processor.ElmChoiceBuilder
 
toElmCode() - Method in class functionalj.types.elm.processor.ElmStructBuilder
 
toString() - Method in class functionalj.types.elm.processor.ElmChoiceSpec
 
toString() - Method in class functionalj.types.elm.processor.ElmStructSpec
 
toString() - Method in class functionalj.types.elm.processor.ElmType
 
toTitleCase(String) - Static method in class functionalj.types.elm.processor.Utils
 
typeDefinition() - Method in class functionalj.types.elm.processor.ElmChoiceBuilder
 
typeDefinition() - Method in class functionalj.types.elm.processor.ElmStructBuilder
 
typeName() - Method in class functionalj.types.elm.processor.ElmChoiceBuilder
 
typeName() - Method in class functionalj.types.elm.processor.ElmChoiceSpec
 
typeName() - Method in class functionalj.types.elm.processor.ElmStructBuilder
 
typeName() - Method in class functionalj.types.elm.processor.ElmStructSpec
 
typeName() - Method in interface functionalj.types.elm.processor.ElmTypeDef
 

U

UElmType - Class in functionalj.types.elm.processor
This utility class help mapping Java type to Elm type.
UElmType() - Constructor for class functionalj.types.elm.processor.UElmType
 
Utils - Class in functionalj.types.elm.processor
Generic utility class.
Utils() - Constructor for class functionalj.types.elm.processor.Utils
 
B C D E F G I L M N P S T U 
Skip navigation links

Copyright © 2023 nawaman.net. All rights reserved.