public TransformationHandlerConfigImpl()

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


    public TransformationHandlerConfigImpl(@Self Resource resource) {
        this.handlerType = resource.getResourceType();
        this.properties = resource.getValueMap();
    }