| Modifier and Type | Class and Description |
|---|---|
class |
JavaFXReflection |
| Constructor and Description |
|---|
JavaFXPlatform(Reflection reflection) |
| Modifier and Type | Method and Description |
|---|---|
Reflection |
JMFChannelFactory.getReflection()
Current reflection provider
|
| Modifier and Type | Method and Description |
|---|---|
void |
JMFChannelFactory.setReflection(Reflection reflection)
Set reflection provider
|
| Constructor and Description |
|---|
DefaultClientSharedContext(CodecRegistry codecRegistry,
java.util.List<java.lang.String> defaultStoredStrings,
Reflection reflection,
AliasRegistry aliasRegistry)
Create a shared context with the specified parameters
|
| Constructor and Description |
|---|
Persistence(Reflection reflection) |
| Modifier and Type | Field and Description |
|---|---|
protected Reflection |
Platform.reflection |
| Modifier and Type | Method and Description |
|---|---|
Reflection |
Platform.getReflection() |
static Reflection |
Platform.reflection() |
| Constructor and Description |
|---|
Platform(Reflection reflection) |
| Modifier and Type | Field and Description |
|---|---|
protected Reflection |
DefaultSharedContext.reflection |
| Modifier and Type | Method and Description |
|---|---|
Reflection |
DefaultSharedContext.getReflection() |
Reflection |
ExtendedObjectInput.getReflection()
Return the
Reflection registered in the global JMF SharedContext. |
Reflection |
ExtendedObjectOutput.getReflection()
Return the
Reflection registered in the global JMF SharedContext. |
Reflection |
JMFDeserializer.getReflection() |
Reflection |
JMFSerializer.getReflection() |
Reflection |
SharedContext.getReflection() |
| Constructor and Description |
|---|
DefaultSharedContext(CodecRegistry codecRegistry,
java.util.List<java.lang.String> defaultClassNames,
Reflection reflection,
AliasRegistry aliasRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected static java.util.List<Property> |
ClassDescriptor.getSerializableProperties(Reflection reflection,
java.lang.Class<?> cls) |
| Constructor and Description |
|---|
ClassDescriptor(Reflection reflection,
java.lang.Class<?> cls) |