Class JavaNamingImpl

java.lang.Object
org.castor.xml.JavaNamingImpl
All Implemented Interfaces:
JavaNaming

public class JavaNamingImpl extends Object implements JavaNaming
This class converts XML Names to proper Java names. As Java names are not completely defined this implementation is Castor specific. The first implementation was done by Keith Visco but had been changed radically since.
Version:
$Id: JavaNamingImpl.java 7437 2008-02-06 10:21:45Z jgrueneis $
Author:
Joachim Grueneis
  • Field Details

    • UPPER_CASE_AFTER_UNDERSCORE_PROPERTY

      public static final String UPPER_CASE_AFTER_UNDERSCORE_PROPERTY
      The property name to use in the castor.properties file to specify the value of the upperCaseAfterUnderscore variable.
      See Also:
    • _upperCaseAfterUnderscore

      public static boolean _upperCaseAfterUnderscore
      Used for backward compatibility, if you wish to be backward compatible with 0.9.3.9 and earlier set this boolean to true.
  • Constructor Details

    • JavaNamingImpl

      public JavaNamingImpl()
      private constructor.
  • Method Details