Uses of Class
ch.nolix.base.validation.object.TypeMediator
Packages that use TypeMediator
-
Uses of TypeMediator in ch.nolix.base.validation.object
Subclasses of TypeMediator in ch.nolix.base.validation.objectMethods in ch.nolix.base.validation.object that return TypeMediatorModifier and TypeMethodDescriptionstatic <T2> TypeMediator<T2> TypeMediator.forArgument(Class<T2> argument) static <T2> TypeMediator<T2> TypeMediator.forArgumentNameAndArgument(String argumentName, Class<T2> argument) ExtendedTypeMediator.thatIsNamed(String arguemtName)