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.activity.response.transform com.aspectran.core.component.aspect.pointcut com.aspectran.core.component.bean com.aspectran.core.context.config com.aspectran.core.support.i18n.message com.aspectran.core.util com.aspectran.core.util.apon com.aspectran.web.activity.request com.aspectran.web.support.etag com.aspectran.web.support.http -
-
Uses of NonNull in com.aspectran.core.activity
Methods in com.aspectran.core.activity with annotations of type NonNull Modifier and Type Method Description java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>>ActivityData. entrySet()protected ActivityContextInstantActivitySupport. getActivityContext()java.util.Collection<java.lang.Object>ActivityData. values() -
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()Constructor parameters in com.aspectran.core.activity.response with annotations of type NonNull Constructor Description ResponseTemplate(ResponseAdapter responseAdapter) -
Uses of NonNull in com.aspectran.core.activity.response.transform
Method parameters in com.aspectran.core.activity.response.transform with annotations of type NonNull Modifier and Type Method Description static ResponseTransformResponseFactory. create(TransformRule transformRule)Creates a new Transform object with specified TransformRule. -
Uses of NonNull in com.aspectran.core.component.aspect.pointcut
Method parameters in com.aspectran.core.component.aspect.pointcut with annotations of type NonNull Modifier and Type Method Description static java.lang.StringPointcutPattern. combinePattern(PointcutPattern pointcutPattern) -
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 booleanDefaultBeanRegistry. containsBean(java.lang.Class<?> type)booleanDefaultBeanRegistry. containsBean(java.lang.Class<?> type, java.lang.String id)booleanDefaultBeanRegistry. containsBean(java.lang.String id)<V> VDefaultBeanRegistry. getBean(java.lang.Class<V> type)<V> VDefaultBeanRegistry. getBean(java.lang.Class<V> type, java.lang.String id)<V> VDefaultBeanRegistry. getBean(java.lang.String id)<V> V[]DefaultBeanRegistry. 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.support.i18n.message
Methods in com.aspectran.core.support.i18n.message with annotations of type NonNull Modifier and Type Method Description java.util.Enumeration<java.lang.String>MessageSourceResourceBundle. getKeys()This implementation throwsUnsupportedOperationException, as a MessageSource does not allow for enumerating the defined message codes.Method parameters in com.aspectran.core.support.i18n.message with annotations of type NonNull Modifier and Type Method Description booleanMessageSourceResourceBundle. containsKey(java.lang.String key)This implementation checks whether the target MessageSource can resolve a message for the given key, translatingNoSuchMessageExceptionaccordingly.protected java.lang.ObjectMessageSourceResourceBundle. handleGetObject(java.lang.String key)This implementation resolves the code in the MessageSource. -
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,V>>LinkedCaseInsensitiveMap. entrySet()java.util.Set<java.util.Map.Entry<java.lang.String,java.util.List<V>>>LinkedCaseInsensitiveMultiValueMap. entrySet()java.util.Set<java.util.Map.Entry<K,java.util.List<V>>>LinkedMultiValueMap. entrySet()java.util.Set<java.lang.String>LinkedCaseInsensitiveMap. keySet()java.util.Set<java.lang.String>LinkedCaseInsensitiveMultiValueMap. keySet()java.util.Set<K>LinkedMultiValueMap. keySet()java.util.Collection<V>LinkedCaseInsensitiveMap. values()java.util.Collection<java.util.List<V>>LinkedCaseInsensitiveMultiValueMap. values()java.util.Collection<java.util.List<V>>LinkedMultiValueMap. values()Method parameters in com.aspectran.core.util with annotations of type NonNull Modifier and Type Method Description static java.lang.Class<?>BeanUtils. getClassPropertyTypeForGetter(java.lang.Class<?> type, java.lang.String name)Returns the class that the getter will return when reading a property value.static java.lang.Class<?>BeanUtils. getClassPropertyTypeForSetter(java.lang.Class<?> type, java.lang.String name)Returns the class that the setter expects to receive as a parameter when setting a property value.static java.lang.ObjectBeanUtils. getIndexedProperty(java.lang.Object bean, java.lang.String indexedName)static java.lang.Class<?>BeanUtils. getIndexedType(java.lang.Object bean, java.lang.String indexedName)static java.lang.ObjectBeanUtils. getProperty(java.lang.Object bean, java.lang.String name)Return the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.static java.lang.ObjectBeanUtils. getSimpleProperty(java.lang.Object bean, java.lang.String name)Return the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.static booleanBeanUtils. hasReadableProperty(java.lang.Object bean, java.lang.String name)Checks to see if a bean has a readable property be a given name.static booleanBeanUtils. hasWritableProperty(java.lang.Object bean, java.lang.String name)Checks to see if a bean has a writable property be a given name.voidLinkedCaseInsensitiveMultiValueMap. putAll(java.util.Map<? extends java.lang.String,? extends java.util.List<V>> map)voidLinkedMultiValueMap. putAll(java.util.Map<? extends K,? extends java.util.List<V>> map)static voidBeanUtils. setIndexedProperty(java.lang.Object bean, java.lang.String indexedName, java.lang.Object value)static voidBeanUtils. setProperty(java.lang.Object bean, java.lang.String name, java.lang.Object value)Sets the value of the specified property of the specified bean.static voidBeanUtils. setSimpleProperty(java.lang.Object bean, java.lang.String name, java.lang.Object value)Sets the value of the specified property of the specified bean.voidOutputStringWriter. write(char[] cbuf, int off, int len)voidOutputStringWriter. write(java.lang.String str)voidOutputStringWriter. write(java.lang.String str, int off, int len) -
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.lang.String[]AbstractParameters. getParameterNames()java.util.Set<java.lang.String>AbstractParameters. getParameterNameSet()java.util.Map<java.lang.String,ParameterValue>AbstractParameters. getParameterValueMap()java.util.Iterator<Parameters>ArrayParameters. iterator() -
Uses of NonNull in com.aspectran.web.activity.request
Methods in com.aspectran.web.activity.request with annotations of type NonNull Modifier and Type Method Description java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>>RequestAttributeMap. entrySet()java.util.Set<java.lang.String>RequestAttributeMap. keySet()static java.util.List<MediaType>RequestHeaderParser. resolveAcceptContentTypes(RequestAdapter requestAdapter)java.util.Collection<java.lang.Object>RequestAttributeMap. values() -
Uses of NonNull in com.aspectran.web.support.etag
Constructor parameters in com.aspectran.web.support.etag with annotations of type NonNull Constructor Description ETagInterceptor(ETagTokenFactory tokenFactory) -
Uses of NonNull in com.aspectran.web.support.http
Constructor parameters in com.aspectran.web.support.http with annotations of type NonNull Constructor Description MediaType(MediaType other, java.nio.charset.Charset charset)Copy-constructor that copies the type, subtype and parameters of the givenMediaType, and allows to set the specified character set.MediaType(java.lang.String type, java.lang.String subtype, java.nio.charset.Charset charset)Create a newMediaTypefor the given type, subtype, and character set.
-