Uses of Enum Class
no.sikt.graphitron.configuration.externalreferences.TransformScope
Packages that use TransformScope
Package
Description
-
Uses of TransformScope in no.sikt.graphitron.configuration
Methods in no.sikt.graphitron.configuration with parameters of type TransformScopeModifier and TypeMethodDescriptionstatic List<GlobalTransform>GeneratorConfig.getGlobalTransforms(TransformScope scope) -
Uses of TransformScope in no.sikt.graphitron.configuration.externalreferences
Methods in no.sikt.graphitron.configuration.externalreferences that return TransformScopeModifier and TypeMethodDescriptionGlobalTransform.getScope()static TransformScopeReturns the enum constant of this class with the specified name.static TransformScope[]TransformScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in no.sikt.graphitron.configuration.externalreferences with parameters of type TransformScopeModifierConstructorDescriptionGlobalTransform(String fullyQualifiedClassName, String method, TransformScope scope) -
Uses of TransformScope in no.sikt.graphitron.generators.codebuilding
Methods in no.sikt.graphitron.generators.codebuilding with parameters of type TransformScopeModifier and TypeMethodDescriptionstatic no.sikt.graphitron.javapoet.CodeBlockFormatCodeBlocks.applyGlobalTransforms(String recordName, no.sikt.graphitron.javapoet.TypeName recordTypeName, TransformScope scope)