Tabnine Logo
SchemaDefinitionFactory.addExtraComplexTypeAnnotations
Code IndexAdd Tabnine to your IDE (free)

How to use
addExtraComplexTypeAnnotations
method
in
com.evolveum.midpoint.prism.impl.schema.SchemaDefinitionFactory

Best Java code snippets using com.evolveum.midpoint.prism.impl.schema.SchemaDefinitionFactory.addExtraComplexTypeAnnotations (Showing top 2 results out of 315)

origin: Evolveum/midpoint

@Override
public void addExtraComplexTypeAnnotations(ComplexTypeDefinition definition, Element appinfo, SchemaToDomProcessor schemaToDomProcessor) {
  super.addExtraComplexTypeAnnotations(definition, appinfo, schemaToDomProcessor);
  if (definition instanceof ObjectClassComplexTypeDefinition) {
    addExtraObjectClassAnnotations((ObjectClassComplexTypeDefinition)definition, appinfo, schemaToDomProcessor);
  }
}
origin: Evolveum/midpoint

definitionFactory.addExtraComplexTypeAnnotations(definition, appinfo, this);
com.evolveum.midpoint.prism.impl.schemaSchemaDefinitionFactoryaddExtraComplexTypeAnnotations

Javadoc

Add extra annotations to a complexType DOM model. Used when serializing schema to DOM.

Popular methods of SchemaDefinitionFactory

  • <init>
  • addExtraPropertyAnnotations
    Add extra annotations to a property DOM model. Used when serializing schema to DOM.
  • createComplexTypeDefinition
  • createExtraDefinitionFromComplexType
    Create optional extra definition form a top-level complex type definition. This is used e.g. to crea
  • createPropertyDefinition
  • finishComplexTypeDefinition
    Called after the complex type definition is filled with items. It may be used to finish building the
  • addExtraReferenceAnnotations
    Add extra annotations to a reference DOM model. Used when serializing schema to DOM.
  • createContainerDefinition
  • createObjectDefinition
  • createReferenceDefinition
  • createSimpleTypeDefinition
  • createSimpleTypeDefinition

Popular in Java

  • Reading from database using SQL prepared statement
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • onCreateOptionsMenu (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Collectors (java.util.stream)
  • JComboBox (javax.swing)
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top 12 Jupyter Notebook extensions
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