public TransformationHandlerConfigImpl()

in src/main/java/org/apache/sling/thumbnails/internal/models/TransformationHandlerConfigImpl.java [46:50]


    public TransformationHandlerConfigImpl(@JsonProperty("handlerType") String handerType,
            @JsonProperty("properties") Map<String, Object> properties) {
        this.handlerType = handerType;
        this.properties = new ValueMapDecorator(properties);
    }