Uses of Interface
com.atlassian.jira.rest.client.api.domain.input.ValueTransformer
Packages that use ValueTransformer
-
Uses of ValueTransformer in com.atlassian.jira.rest.client.api.domain.input
Classes in com.atlassian.jira.rest.client.api.domain.input that implement ValueTransformerModifier and TypeClassDescriptionclassTransforms most of standard fields values into form understandable by input generator.Fields in com.atlassian.jira.rest.client.api.domain.input with type parameters of type ValueTransformerModifier and TypeFieldDescriptionfinal List<ValueTransformer> ValueTransformerManager.valueTransformersMethods in com.atlassian.jira.rest.client.api.domain.input with parameters of type ValueTransformerModifier and TypeMethodDescriptionValueTransformerManager.registerTransformer(ValueTransformer transformer) Registers new transformer at the end of list so it will be processed after existing transformers.ValueTransformerManager.registerTransformerAsFirst(ValueTransformer transformer) Registers new transformer at the beginning of list so it will be processed before existing transformers.