Tabnine Logo
EnvUtil.addMappingAliases
Code IndexAdd Tabnine to your IDE (free)

How to use
addMappingAliases
method
in
org.jboss.errai.config.rebind.EnvUtil

Best Java code snippets using org.jboss.errai.config.rebind.EnvUtil.addMappingAliases (Showing top 2 results out of 315)

origin: errai/errai

private static void processErraiAppPropertiesBundle(final Map<String, String> frameworkProps, final Map<String, String> mappingAliases,
    final Set<MetaClass> exposedClasses, final Set<MetaClass> nonportableClasses, final Set<String> explicitTypes,
    final ResourceBundle props) {
 for (final String key : props.keySet()) {
  final String value = props.getString(key);
  updateFrameworkProperties(frameworkProps, key, value);
  if (key.equals(CONFIG_ERRAI_SERIALIZABLE_TYPE)) {
   addSerializableTypes(exposedClasses, explicitTypes, value);
  }
  else if (key.equals(CONFIG_ERRAI_NONSERIALIZABLE_TYPE)) {
   addNonSerializableTypes(nonportableClasses, value);
  }
  else if (key.equals(CONFIG_ERRAI_MAPPING_ALIASES)) {
   addMappingAliases(mappingAliases, explicitTypes, value);
  }
 }
}
origin: org.jboss.errai/errai-config

private static void processErraiAppPropertiesBundle(final Map<String, String> frameworkProps, final Map<String, String> mappingAliases,
    final Set<MetaClass> exposedClasses, final Set<MetaClass> nonportableClasses, final Set<String> explicitTypes,
    final ResourceBundle props) {
 for (final String key : props.keySet()) {
  final String value = props.getString(key);
  updateFrameworkProperties(frameworkProps, key, value);
  if (key.equals(CONFIG_ERRAI_SERIALIZABLE_TYPE)) {
   addSerializableTypes(exposedClasses, explicitTypes, value);
  }
  else if (key.equals(CONFIG_ERRAI_NONSERIALIZABLE_TYPE)) {
   addNonSerializableTypes(nonportableClasses, value);
  }
  else if (key.equals(CONFIG_ERRAI_MAPPING_ALIASES)) {
   addMappingAliases(mappingAliases, explicitTypes, value);
  }
 }
}
org.jboss.errai.config.rebindEnvUtiladdMappingAliases

Popular methods of EnvUtil

  • isPortableType
  • isProdMode
  • getEnvironmentConfig
  • isJUnitTest
  • getErraiAppPropertiesFilesUrls
  • isDevMode
  • isLocalEventType
  • recordEnvironmentState
  • addExposedInnerClasses
  • addNonSerializableTypes
  • addSerializableTypes
  • clearCache
  • addSerializableTypes,
  • clearCache,
  • fillInInterfacesAndSuperTypes,
  • getAllPortableConcreteSubtypes,
  • isBuiltinPortableType,
  • isListValuedProperty,
  • isString,
  • isUserPortableType,
  • processEnvironmentConfigExtensions

Popular in Java

  • Creating JSON documents from java classes using gson
  • startActivity (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • onCreateOptionsMenu (Activity)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now