Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.jdevimpl.audit.core
Class Converters

java.lang.Object
  extended by oracle.jdevimpl.audit.core.Converters


public class Converters
extends java.lang.Object

Converters to support Object2Dom serialization of Audit classes. Audit initialization invokes the register() method to install these converters into the marshalling framework. Additionally, because the design-time cache is typically unmarshalled before Audit initialization is invoked, the register method is also invoked by the static initializer of the class used to wrap Audit classes that are saved to the design-time cache.

See Also:
Object2Dom, ToStringManager, ToDomConverter, Cache, DTCache

Nested Class Summary
static class Converters.CategoryConverter
           
static class Converters.ColorConverter
           
static class Converters.LocalizerConverter
           
static class Converters.PatternConverter
           
static class Converters.TypeSafeEnumerationConverter
           

 

Constructor Summary
Converters()
           

 

Method Summary
static void register()
          Register Audit converters with the marshalling framework.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Converters

public Converters()

Method Detail

register

public static void register()
Register Audit converters with the marshalling framework.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.