Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
W
I
IArrayWriter
- Interface in
jp.develop.common.util.amf.decoder
Interface of Array Writer.
IArrayWriter.IArrayProxy
- Interface in
jp.develop.common.util.amf.decoder
Interface for building up array.
IConverter
<
T
> - Interface in
jp.develop.common.util.amf.converter
Interface to convert data type.
IEncoder
<
T
> - Interface in
jp.develop.common.util.amf.encoder
General purpose AMF encoder Interface.
IEncoder.IArrayEncoder
<
T
> - Interface in
jp.develop.common.util.amf.encoder
AMF encoder interface for array.
IEncoder.IDictionaryEncoder
<
T
> - Interface in
jp.develop.common.util.amf.encoder
AMF encoder interface for dictionary.
IEncoder.IObjectEncoder
<
T
> - Interface in
jp.develop.common.util.amf.encoder
AMF encoder interface for object.
IllegalDataFormat
- Exception in
jp.develop.common.util.amf
AMF Data format Exception.
IllegalDataFormat()
- Constructor for exception jp.develop.common.util.amf.
IllegalDataFormat
Constructs a instance.
IllegalDataFormat(String)
- Constructor for exception jp.develop.common.util.amf.
IllegalDataFormat
Constructs a instance with message.
IllegalDataFormat(Throwable)
- Constructor for exception jp.develop.common.util.amf.
IllegalDataFormat
Constructs a instance with cause.
IllegalDataFormat(String, Throwable)
- Constructor for exception jp.develop.common.util.amf.
IllegalDataFormat
Constructs a instance with message and cause.
IObjectWriter
- Interface in
jp.develop.common.util.amf.decoder
Interface of Object Writer.
IObjectWriter.IObjectProxy
- Interface in
jp.develop.common.util.amf.decoder
Interface for building up object.
IProperty
- Interface in
jp.develop.common.util.amf.beans
Interface for bean's property.
isAssignable(Type, Type)
- Static method in class jp.develop.common.util.amf.beans.
ClassUtil
Is assignable? This method check not only Class.isAssignableFrom(), but also actual type arguments of parameterized type.
isDynamic()
- Method in class jp.develop.common.util.amf.
TraitsInfo
Get dynamic flag.
isExternalizable()
- Method in interface jp.develop.common.util.amf.decoder.
IObjectWriter.IObjectProxy
Is this externalizable object? If externalizable, readExternal() must be implemented.
isExternalizable()
- Method in class jp.develop.common.util.amf.
TraitsInfo
Get externalizable flag.
isRandomAccess(Object)
- Method in class jp.develop.common.util.amf.encoder.
ArrayEncoder
Is this random access array?
isRandomAccess(Collection<Object>)
- Method in class jp.develop.common.util.amf.encoder.
CollectionEncoder
Is this random access array?
isRandomAccess(T)
- Method in interface jp.develop.common.util.amf.encoder.
IEncoder.IArrayEncoder
Is this random access array?
isRandomAccess(Map<String, Object>)
- Method in class jp.develop.common.util.amf.encoder.
MapArrayEncoder
Is this random access array?
isReadable()
- Method in interface jp.develop.common.util.amf.beans.
IProperty
Is this readable property?
isVerbose()
- Method in class jp.develop.common.util.amf.
AmfDecoderOption
Get the value of verbose.
isVerbose()
- Method in class jp.develop.common.util.amf.
AmfEncoderOption
Get the value of verbose.
isWeakKey(Map<Object, Object>)
- Method in class jp.develop.common.util.amf.encoder.
DictionaryEncoder
Is this weak key?
isWeakKey(T)
- Method in interface jp.develop.common.util.amf.encoder.
IEncoder.IDictionaryEncoder
Is this weak key?
isWritable()
- Method in interface jp.develop.common.util.amf.beans.
IProperty
Is this writable property?
IWrapper
- Interface in
jp.develop.common.util.amf.util
Interface to show instance container.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
W