Class SourceTransformerDefinition


  • public final class SourceTransformerDefinition
    extends Object
    All necessary informations for doing a transformation. Contains the SourceTransformer instance. $Id: SourceTransformerDefinition.java 1855923 2019-03-20 16:19:39Z gk $
    • Constructor Detail

      • SourceTransformerDefinition

        public SourceTransformerDefinition​(SourceTransformer sourceTransformer)
        Constructor.
        Parameters:
        sourceTransformer - the transformer instance, not null.
    • Method Detail

      • getSourceTransformer

        public SourceTransformer getSourceTransformer()
        Returns the source transformer instance for this definition.
        Returns:
        the source transformer instance, not null.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object