Package com.bradmcevoy.property

Examples of com.bradmcevoy.property.DefaultPropertyAuthoriser


    /**
     * Uses a PropPatchableSetter
     */
    public JsonPropPatchHandler() {
        this.patchSetter = new PropPatchableSetter();
        this.permissionService = new DefaultPropertyAuthoriser();
        this.eventManager = null;
    }
View Full Code Here

TOP

Related Classes of com.bradmcevoy.property.DefaultPropertyAuthoriser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.