Uses of Class
info.ejava.assignments.aop.houserenters.util.NullPropertyAssertion
Packages that use NullPropertyAssertion
-
Uses of NullPropertyAssertion in info.ejava_student.starter.assignment3.aop.houserentals
Fields in info.ejava_student.starter.assignment3.aop.houserentals declared as NullPropertyAssertionModifier and TypeFieldDescriptionprivate final NullPropertyAssertionNullValidatorHandler.nullPropertyAssertionprivate final NullPropertyAssertionValidatorAspect.nullPropertyAssertionMethods in info.ejava_student.starter.assignment3.aop.houserentals that return NullPropertyAssertionMethods in info.ejava_student.starter.assignment3.aop.houserentals with parameters of type NullPropertyAssertionModifier and TypeMethodDescriptionstatic <T> TNullValidatorHandler.newInstance(NullPropertyAssertion nullPropertyAssertion, T target, String methodName, List<String> nullProperties, List<String> nonNullProperties) Creates a new dynamic interface proxy for target that will perform nullProperty assertion logic against provided objects for named methods.AOPConfiguration.validatorAspect(NullPropertyAssertion nullPropertyAssertion, List<MethodConstraints> methodConstraints)