Uses of Interface
org.tomitribe.crest.cmds.targets.Target
-
Packages that use Target Package Description org.tomitribe.crest.cmds org.tomitribe.crest.cmds.processors org.tomitribe.crest.cmds.targets org.tomitribe.crest.contexts org.tomitribe.crest.interceptor.internal -
-
Uses of Target in org.tomitribe.crest.cmds
Constructors in org.tomitribe.crest.cmds with parameters of type Target Constructor Description CmdMethod(java.lang.reflect.Method method, Target target, DefaultsContext defaultsFinder, BeanValidationImpl beanValidation)CmdMethod(java.lang.reflect.Method method, Target target, BeanValidationImpl beanValidation) -
Uses of Target in org.tomitribe.crest.cmds.processors
Methods in org.tomitribe.crest.cmds.processors with parameters of type Target Modifier and Type Method Description static java.util.Map<java.lang.String,Cmd>Commands. get(java.lang.Class<?> clazz, Target target, DefaultsContext dc) -
Uses of Target in org.tomitribe.crest.cmds.targets
Classes in org.tomitribe.crest.cmds.targets that implement Target Modifier and Type Class Description classSimpleBeanMethods in org.tomitribe.crest.cmds.targets with parameters of type Target Modifier and Type Method Description static java.lang.StringSubstitution. format(Target target, java.lang.reflect.Method method, java.lang.String input, DefaultsContext df) -
Uses of Target in org.tomitribe.crest.contexts
Methods in org.tomitribe.crest.contexts with parameters of type Target Modifier and Type Method Description java.lang.StringDefaultsContext. find(Target target, java.lang.reflect.Method commandMethod, java.lang.String key)Implementations of DefaultsContext need to implement this method to convert an expression inside ${...} type substitutions to String values which will replace the substitution expression.java.lang.StringEnvDefaultsContext. find(Target cmd, java.lang.reflect.Method commandMethod, java.lang.String key)java.lang.StringSystemPropertiesDefaultsContext. find(Target cmd, java.lang.reflect.Method commandMethod, java.lang.String key) -
Uses of Target in org.tomitribe.crest.interceptor.internal
Constructors in org.tomitribe.crest.interceptor.internal with parameters of type Target Constructor Description InternalInterceptor(Target target, java.lang.reflect.Method method)
-