Class ProjectionConfig

    • Method Detail

      • getTransforms

        public java.util.List<TransformConfig> getTransforms()
        Returns:
        Gets the immutable transforms in the projection.
      • getPlugins

        public java.util.Map<java.lang.String,​ObjectNode> getPlugins()
        Returns:
        Gets the immutable plugins of the projection.
      • isAbstract

        public boolean isAbstract()
        Returns:
        Returns true if the projection is abstract.
      • getImports

        public java.util.List<java.lang.String> getImports()
        Gets the imports configured for the projection.
        Returns:
        Returns the projection-specific imports.