Uses of Class
com.aspectran.core.lang.NonNull
-
Packages that use NonNull Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.response com.aspectran.core.component.bean com.aspectran.core.context.config com.aspectran.core.util com.aspectran.core.util.apon -
-
Uses of NonNull in com.aspectran.core.activity
Method parameters in com.aspectran.core.activity with annotations of type NonNull Modifier and Type Method Description protected voidAdviceActivity. prepareAspectAdviceRule(TransletRule transletRule) -
Uses of NonNull in com.aspectran.core.activity.response
Methods in com.aspectran.core.activity.response with annotations of type NonNull Modifier and Type Method Description java.util.Iterator<Response>ResponseMap. iterator() -
Uses of NonNull in com.aspectran.core.component.bean
Method parameters in com.aspectran.core.component.bean with annotations of type NonNull Modifier and Type Method Description booleanContextualBeanRegistry. containsBean(java.lang.Class<?> type)booleanContextualBeanRegistry. containsBean(java.lang.Class<?> type, java.lang.String id)booleanContextualBeanRegistry. containsBean(java.lang.String id)<V> VContextualBeanRegistry. getBean(java.lang.Class<V> type)<V> VContextualBeanRegistry. getBean(java.lang.Class<V> type, java.lang.String id)<V> VContextualBeanRegistry. getBean(java.lang.String id)<V> V[]ContextualBeanRegistry. getBeansOfType(java.lang.Class<V> type)booleanBeanRegistry. hasSingleton(java.lang.Class<?> type) -
Uses of NonNull in com.aspectran.core.context.config
Constructor parameters in com.aspectran.core.context.config with annotations of type NonNull Constructor Description AspectranConfig(VariableParameters parameters) -
Uses of NonNull in com.aspectran.core.util
Methods in com.aspectran.core.util with annotations of type NonNull Modifier and Type Method Description java.util.Set<java.util.Map.Entry<java.lang.String,java.util.List<V>>>LinkedCaseInsensitiveMultiValueMap. entrySet()java.util.Set<java.lang.String>LinkedCaseInsensitiveMultiValueMap. keySet()java.util.Collection<java.util.List<V>>LinkedCaseInsensitiveMultiValueMap. values()Method parameters in com.aspectran.core.util with annotations of type NonNull Modifier and Type Method Description voidLinkedCaseInsensitiveMultiValueMap. putAll(java.util.Map<? extends java.lang.String,? extends java.util.List<V>> map) -
Uses of NonNull in com.aspectran.core.util.apon
Methods in com.aspectran.core.util.apon with annotations of type NonNull Modifier and Type Method Description java.util.Iterator<Parameters>ArrayParameters. iterator()
-