Skip navigation links
A B C D E F G H I J K L M N O P R S T U V 

A

AccessLevel - Enum in net.inveed.commons.reflection
 
ArgumentMatch(int, Integer[], Object[], Parameter[]) - Constructor for class net.inveed.commons.reflection.TypeUtils.ArgumentMatch
 
ArrayTypeDesc<T,E> - Class in net.inveed.commons.reflection
Descriptor of array types
AsyncHelper - Class in net.inveed.commons.utils
 
AsyncHelper() - Constructor for class net.inveed.commons.utils.AsyncHelper
 

B

BeanConfigurationException - Exception in net.inveed.commons.reflection
 
BeanConfigurationException(String) - Constructor for exception net.inveed.commons.reflection.BeanConfigurationException
 
BeanPropertyDesc - Class in net.inveed.commons.reflection
Descriptor of bean property
BeanTypeDesc<T> - Class in net.inveed.commons.reflection
 
BeanTypeDesc(Class<T>) - Constructor for class net.inveed.commons.reflection.BeanTypeDesc
 
ByteArrayConvertor - Class in net.inveed.commons.utils
 
ByteArrayConvertor() - Constructor for class net.inveed.commons.utils.ByteArrayConvertor
 
byteArrayToHex(byte[]) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 
byteArrayToInt(byte[]) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 
byteArrayToLong(byte[]) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 
bytesToHex(byte[], String, boolean) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 
bytesToHexMultiline(byte[], String) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 

C

Cache<K,V> - Class in net.inveed.commons.cache
 
Cache() - Constructor for class net.inveed.commons.cache.Cache
 
CacheManager - Class in net.inveed.commons.cache
 
canGet() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
canGet() - Method in interface net.inveed.commons.reflection.ext.IBeanPropertyExtension
 
canSet() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
canSet() - Method in interface net.inveed.commons.reflection.ext.IBeanPropertyExtension
 
clear() - Method in class net.inveed.commons.cache.Cache
 
clear() - Method in class net.inveed.commons.cache.LRUStorage
 
containsKey(K) - Method in class net.inveed.commons.cache.Cache
 
containsKey(K) - Method in class net.inveed.commons.cache.LRUStorage
 
createProperty(String) - Method in class net.inveed.commons.reflection.BeanTypeDesc
 

D

defaultValue(Class<?>) - Static method in class net.inveed.commons.reflection.TypeUtils
 
defaultValue(Class<?>) - Static method in class net.inveed.commons.utils.ReflectionUtils
 

E

EnumDisplayValue - Annotation Type in net.inveed.commons.reflection.annotation
 
EnumTypeDesc<T extends Enum<T>> - Class in net.inveed.commons.reflection
 
ERR_CRYPTO_BAD_PADDING - Static variable in class net.inveed.commons.SystemErrorCodes
 
ERR_CRYPTO_DATA_LENGTH_ERROR - Static variable in class net.inveed.commons.SystemErrorCodes
 
ERR_CRYPTO_ILLEGAL_BLOCK_SIZE - Static variable in class net.inveed.commons.SystemErrorCodes
 
ERR_CRYPTO_ILLEGAL_STATE - Static variable in class net.inveed.commons.SystemErrorCodes
 
ERR_CRYPTO_INVALID_CYPHER_TEXT - Static variable in class net.inveed.commons.SystemErrorCodes
 
ERR_CRYPTO_INVALID_KEY - Static variable in class net.inveed.commons.SystemErrorCodes
 
ERR_CRYPTO_INVALID_KEY_SPEC - Static variable in class net.inveed.commons.SystemErrorCodes
 
ERR_CRYPTO_NO_SUCH_ALGORYTHM - Static variable in class net.inveed.commons.SystemErrorCodes
 
ERR_CRYPTO_NO_SUCH_PADDING - Static variable in class net.inveed.commons.SystemErrorCodes
 
ERR_CRYPTO_NO_SUCH_PROVIDER - Static variable in class net.inveed.commons.SystemErrorCodes
 
ERR_CRYPTO_UNKNOWN - Static variable in class net.inveed.commons.SystemErrorCodes
 

F

family - Variable in enum net.inveed.commons.Language
 
fillMethods(String, IMethodFilter, HashMap<String, MethodMetadata>) - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
find(String) - Static method in enum net.inveed.commons.Language
 
findMethods() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
findProperties() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
first() - Method in class net.inveed.commons.cache.LRUStorage
 
flush() - Method in class net.inveed.commons.cache.CacheManager
Clear all caches

G

get(K) - Method in class net.inveed.commons.cache.Cache
 
get(K) - Method in class net.inveed.commons.cache.LRUStorage
 
getAccessLevel(Method) - Static method in class net.inveed.commons.reflection.PropertyUtils
 
getAccessLevel(Field) - Static method in class net.inveed.commons.reflection.PropertyUtils
 
getAnnotation(Class<T>) - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
getAnnotation(Class<A>) - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getAnnotation(Class<A>) - Method in class net.inveed.commons.reflection.MethodMetadata
 
getAnnotation(Class<A>) - Method in class net.inveed.commons.reflection.ParameterMetadata
 
getAnnotation(Annotation[], Class<A>) - Static method in class net.inveed.commons.reflection.TypeUtils
 
getAnnotation(Annotation[], Class<A>) - Static method in class net.inveed.commons.utils.ReflectionUtils
 
getArgs() - Method in interface net.inveed.commons.INumberedException
 
getArgs() - Method in exception net.inveed.commons.NumberedException
 
getArgumentMatches(Object[], Parameter[], String[]) - Static method in class net.inveed.commons.reflection.TypeUtils
 
getArgumentsNumber() - Method in interface net.inveed.commons.INumberedException.IErrorCode
 
getArgumentsNumber() - Method in class net.inveed.commons.NumberedException.ErrorCode
 
getBeanType() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
getBeanType() - Method in interface net.inveed.commons.reflection.ext.IBeanTypeExtension
 
getByISO639_1(String) - Static method in enum net.inveed.commons.Language
 
getByISO639_2B(String) - Static method in enum net.inveed.commons.Language
 
getByISO639_2T(String) - Static method in enum net.inveed.commons.Language
 
getByName(String) - Static method in enum net.inveed.commons.Language
 
getCode() - Method in interface net.inveed.commons.INumberedException
 
getCode() - Method in interface net.inveed.commons.INumberedException.IErrorCode
 
getCode() - Method in class net.inveed.commons.NumberedException.ErrorCode
 
getCode(String, int) - Static method in exception net.inveed.commons.NumberedException
 
getCode() - Method in exception net.inveed.commons.NumberedException
 
getDeclaredAnnotation(Class<A>) - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getDeclaredMethods() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getDeclaredMethods(String) - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getDeclaredProperties() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getDeclaredProperty(String) - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getDeclaredValues() - Method in class net.inveed.commons.reflection.EnumTypeDesc
 
getDefaultConstructor() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getDisplayValue() - Method in enum net.inveed.commons.Language
 
getDisplayValue(T) - Method in class net.inveed.commons.reflection.EnumTypeDesc
 
getDisplayValue(Object) - Method in class net.inveed.commons.reflection.EnumTypeDesc
 
getElementType() - Method in class net.inveed.commons.reflection.ArrayTypeDesc
 
getEnum(String) - Static method in class net.inveed.commons.reflection.EnumTypeDesc
 
getEnums() - Static method in class net.inveed.commons.reflection.JavaTypeRegistry
 
getEnumValue(String) - Method in class net.inveed.commons.reflection.EnumTypeDesc
 
getExtension(Class<E>) - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
getExtension(Class<E>) - Method in class net.inveed.commons.reflection.JavaTypeDesc
 
getExtension(Class<E>) - Method in class net.inveed.commons.reflection.MethodMetadata
 
getExtension(Class<E>) - Method in class net.inveed.commons.reflection.ParameterMetadata
 
getFullName() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getGenericType() - Method in class net.inveed.commons.reflection.ParameterMetadata
 
getGetter() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
getIndex() - Method in class net.inveed.commons.reflection.ParameterMetadata
 
getLevel() - Method in enum net.inveed.commons.reflection.AccessLevel
 
getLongValue() - Method in interface net.inveed.commons.INumberedException.IErrorCode
 
getLongValue() - Method in class net.inveed.commons.NumberedException.ErrorCode
 
getMaxSize() - Method in class net.inveed.commons.cache.Cache
 
getMessage() - Method in interface net.inveed.commons.INumberedException
 
getMethod() - Method in class net.inveed.commons.reflection.MethodMetadata
 
getMethods(String, IMethodFilter) - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getMethods(String) - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getName() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
getName() - Method in class net.inveed.commons.reflection.EnumTypeDesc
 
getName() - Method in class net.inveed.commons.reflection.MethodMetadata
 
getName() - Method in class net.inveed.commons.reflection.ParameterMetadata
 
getNumber() - Method in interface net.inveed.commons.INumberedException.IErrorCode
 
getNumber() - Method in class net.inveed.commons.NumberedException.ErrorCode
 
getOrder() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
getOverridedProperty() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
getParams() - Method in class net.inveed.commons.reflection.MethodMetadata
 
getPrefix() - Method in interface net.inveed.commons.INumberedException.IErrorCode
 
getPrefix() - Method in class net.inveed.commons.NumberedException.ErrorCode
 
getProperties() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getProperty(String) - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getRawGetterClass() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
Returns type of property getter – method or field will be used to get a value.
getRawGetterType() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
Returns type of property getter – method or field will be used to get a value.
getRawSetterClass() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
Returns type of property setter – method or field will be used to get a value.
getRawSetterType() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
Returns type of property setter – method or field will be used to get a value.
getScore() - Method in class net.inveed.commons.reflection.TypeUtils.ArgumentMatch
 
getSetter() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
getShortName() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getSignature() - Method in class net.inveed.commons.reflection.MethodMetadata
 
getSorted() - Method in class net.inveed.commons.reflection.TypeUtils.ArgumentMatch
 
getSupertype() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getText() - Method in interface net.inveed.commons.INumberedException.IErrorCode
 
getText() - Method in class net.inveed.commons.NumberedException.ErrorCode
 
getType() - Method in class net.inveed.commons.reflection.ArrayTypeDesc
 
getType() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
getType() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
getType() - Method in class net.inveed.commons.reflection.EnumTypeDesc
 
getType() - Method in class net.inveed.commons.reflection.JavaTypeDesc
 
getType(Class<T>) - Static method in class net.inveed.commons.reflection.JavaTypeRegistry
 
getType() - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
getType() - Method in class net.inveed.commons.reflection.ParameterMetadata
 
getValue(Object) - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 

H

hexArray - Static variable in class net.inveed.commons.utils.ByteArrayConvertor
 
hexStringToBytes(String) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 

I

IBeanPropertyExtension - Interface in net.inveed.commons.reflection.ext
 
IBeanTypeExtension<T> - Interface in net.inveed.commons.reflection.ext
 
IMethodExtension - Interface in net.inveed.commons.reflection.ext
 
IMethodFilter - Interface in net.inveed.commons.reflection.ext
 
initialize() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
initialize() - Method in interface net.inveed.commons.reflection.ext.IBeanTypeExtension
 
initialize() - Method in class net.inveed.commons.reflection.JavaTypeDesc
 
INSTANCE - Static variable in class net.inveed.commons.cache.CacheManager
 
intFrom2Octets(byte[]) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 
intTo2Octet(int) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 
intToByteArray(int) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 
INumberedException - Interface in net.inveed.commons
 
INumberedException.IErrorCode - Interface in net.inveed.commons
 
IParameterExtension - Interface in net.inveed.commons.reflection.ext
 
isAssignableFrom(JavaTypeDesc<?>) - Method in class net.inveed.commons.reflection.JavaTypeDesc
 
isAssignableFrom(JavaTypeDesc<?>) - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
isBoolean() - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
isByte() - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
isChar() - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
isDate() - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
isDouble() - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
isEmpty() - Method in class net.inveed.commons.cache.LRUStorage
 
isEqualToClass(Class<?>) - Method in class net.inveed.commons.reflection.JavaTypeDesc
 
isFloat() - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
isInitialized() - Method in class net.inveed.commons.reflection.JavaTypeDesc
 
isInt() - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
isLong() - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
iso639_1 - Variable in enum net.inveed.commons.Language
 
iso639_2b - Variable in enum net.inveed.commons.Language
 
iso639_2t - Variable in enum net.inveed.commons.Language
 
isShort() - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
isString() - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
isUUID() - Method in class net.inveed.commons.reflection.NativeTypeDesc
 
isValid() - Method in interface net.inveed.commons.reflection.ext.IBeanTypeExtension
 
isValid(MethodMetadata) - Method in interface net.inveed.commons.reflection.ext.IMethodFilter
 

J

JavaTypeDesc<T> - Class in net.inveed.commons.reflection
 
JavaTypeDesc() - Constructor for class net.inveed.commons.reflection.JavaTypeDesc
 
JavaTypeRegistry - Class in net.inveed.commons.reflection
 

K

keySet() - Method in class net.inveed.commons.cache.Cache
 
keySet() - Method in class net.inveed.commons.cache.LRUStorage
 

L

Language - Enum in net.inveed.commons
 
last() - Method in class net.inveed.commons.cache.LRUStorage
 
ListTypeDesc - Class in net.inveed.commons.reflection
 
longFrom4Octets(byte[]) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 
longTo4Octets(long) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 
longToByteArray(long) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 
LRUStorage<K,T> - Class in net.inveed.commons.cache
 
LRUStorage() - Constructor for class net.inveed.commons.cache.LRUStorage
 

M

MapTypeDesc - Class in net.inveed.commons.reflection
 
MethodMetadata - Class in net.inveed.commons.reflection
 

N

name - Variable in enum net.inveed.commons.Language
 
nameFull - Variable in enum net.inveed.commons.Language
 
nameNative - Variable in enum net.inveed.commons.Language
 
NativeTypeDesc<T> - Class in net.inveed.commons.reflection
 
net.inveed.commons - package net.inveed.commons
 
net.inveed.commons.cache - package net.inveed.commons.cache
 
net.inveed.commons.reflection - package net.inveed.commons.reflection
 
net.inveed.commons.reflection.annotation - package net.inveed.commons.reflection.annotation
 
net.inveed.commons.reflection.ext - package net.inveed.commons.reflection.ext
 
net.inveed.commons.utils - package net.inveed.commons.utils
 
newInstance() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
normalizePropertyName(String) - Static method in class net.inveed.commons.reflection.PropertyUtils
 
normalizeURL(String) - Static method in class net.inveed.commons.utils.UrlHelper
 
NumberedException - Exception in net.inveed.commons
 
NumberedException(INumberedException.IErrorCode) - Constructor for exception net.inveed.commons.NumberedException
 
NumberedException(INumberedException.IErrorCode, Object...) - Constructor for exception net.inveed.commons.NumberedException
 
NumberedException(INumberedException.IErrorCode, Throwable) - Constructor for exception net.inveed.commons.NumberedException
 
NumberedException(INumberedException.IErrorCode, Throwable, Object...) - Constructor for exception net.inveed.commons.NumberedException
 
NumberedException.ErrorCode - Class in net.inveed.commons
 

O

onException(Class<T>, Throwable) - Static method in class net.inveed.commons.utils.AsyncHelper
 

P

ParameterMetadata - Class in net.inveed.commons.reflection
Date: 8/1/14 Time: 7:44 PM Method parameter metadata
ParameterName - Annotation Type in net.inveed.commons.reflection.annotation
Annotation allows to define a specific name for method's parameter.
PropertyAccessors - Annotation Type in net.inveed.commons.reflection.annotation
Annotation allows to filter some methods or properties with low access level while scan
PropertyGetter - Annotation Type in net.inveed.commons.reflection.annotation
Marks method as a property getter
PropertyIgnore - Annotation Type in net.inveed.commons.reflection.annotation
 
PropertySetter - Annotation Type in net.inveed.commons.reflection.annotation
Marks method as a property setter
PropertyUtils - Class in net.inveed.commons.reflection
 
PropertyUtils() - Constructor for class net.inveed.commons.reflection.PropertyUtils
 
put(K, V) - Method in class net.inveed.commons.cache.Cache
 
put(K, T) - Method in class net.inveed.commons.cache.LRUStorage
 
putAll(Map<? extends K, ? extends V>) - Method in class net.inveed.commons.cache.Cache
 
putAll(Map<? extends K, ? extends T>) - Method in class net.inveed.commons.cache.LRUStorage
 

R

ReflectionUtils - Class in net.inveed.commons.utils
 
ReflectionUtils() - Constructor for class net.inveed.commons.utils.ReflectionUtils
 
registerCode(String, int, String, int) - Static method in exception net.inveed.commons.NumberedException
 
registerExtension(IBeanPropertyExtension) - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
registerExtension(IBeanTypeExtension<T>) - Method in class net.inveed.commons.reflection.JavaTypeDesc
 
registerExtension(Class<? extends IBeanTypeExtension>) - Static method in class net.inveed.commons.reflection.JavaTypeRegistry
 
registerExtension(IMethodExtension) - Method in class net.inveed.commons.reflection.MethodMetadata
 
registerExtension(IParameterExtension) - Method in class net.inveed.commons.reflection.ParameterMetadata
 
remove(K) - Method in class net.inveed.commons.cache.Cache
 
remove(K) - Method in class net.inveed.commons.cache.LRUStorage
 

S

select(Field, Method, int, int) - Static method in class net.inveed.commons.reflection.PropertyUtils
 
setMaxSize(int) - Method in class net.inveed.commons.cache.Cache
 
setValue(Object, Object) - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
shrink(int) - Method in class net.inveed.commons.cache.LRUStorage
Removes tired items to fit required size
size() - Method in class net.inveed.commons.cache.Cache
 
size() - Method in class net.inveed.commons.cache.LRUStorage
 
SystemErrorCodes - Class in net.inveed.commons
 

T

toObject(JavaTypeDesc<?>, Object) - Static method in class net.inveed.commons.reflection.TypeUtils
 
toObject(JavaTypeDesc<?>, String) - Static method in class net.inveed.commons.reflection.TypeUtils
 
toString() - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
toString() - Method in class net.inveed.commons.reflection.BeanTypeDesc
 
toString() - Method in class net.inveed.commons.reflection.MethodMetadata
 
toString() - Method in class net.inveed.commons.reflection.ParameterMetadata
 
TypeUtils - Class in net.inveed.commons.reflection
 
TypeUtils() - Constructor for class net.inveed.commons.reflection.TypeUtils
 
TypeUtils.ArgumentMatch - Class in net.inveed.commons.reflection
 

U

UrlHelper - Class in net.inveed.commons.utils
 
UrlHelper() - Constructor for class net.inveed.commons.utils.UrlHelper
 
UTF8_CHARSET - Static variable in class net.inveed.commons.utils.ByteArrayConvertor
 
uuidFromByteArray(byte[]) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 
uuidToByteArray(UUID) - Static method in class net.inveed.commons.utils.ByteArrayConvertor
 

V

validateType(Class<?>) - Method in class net.inveed.commons.reflection.BeanPropertyDesc
 
valueOf(String) - Static method in enum net.inveed.commons.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.inveed.commons.reflection.AccessLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.inveed.commons.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.inveed.commons.reflection.AccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J K L M N O P R S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.