public TransformationImpl()

in src/main/java/org/apache/sling/thumbnails/internal/models/TransformationImpl.java [43:47]


    public TransformationImpl(@JsonProperty("handlers") List<?> handlers) {
        this.handlers = (List<?>) handlers;
        this.name = null;
        this.path = null;
    }