Class PermissionCheckedValue.PermissionCheckedValueMixin

  • All Implemented Interfaces:
    Serializable, PermissionCheckedValue, org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.aop.DynamicIntroductionAdvice, org.springframework.aop.IntroductionInfo, org.springframework.aop.IntroductionInterceptor
    Enclosing interface:
    PermissionCheckedValue

    public static class PermissionCheckedValue.PermissionCheckedValueMixin
    extends org.springframework.aop.support.DelegatingIntroductionInterceptor
    implements PermissionCheckedValue
    Helper 'introduction' to allow simple addition of the PermissionCheckedValue interface to existing objects.
    Since:
    4.0
    Author:
    Derek Hulley
    See Also:
    Serialized Form
    • Method Detail

      • create

        public static final <T> T create​(T object)
        Helper method to create a PermissionCheckedValue from an existing Object.
        Parameters:
        object - the Object to proxy
        Returns:
        a Object of the same type but including the PermissionCheckedValue interface