Tabnine Logo
ConverterUtil$1.mapping
Code IndexAdd Tabnine to your IDE (free)

How to use
mapping
method
in
com.netflix.metacat.common.server.converter.ConverterUtil$1

Best Java code snippets using com.netflix.metacat.common.server.converter.ConverterUtil$1.mapping (Showing top 2 results out of 1,395)

origin: com.netflix.metacat/metacat-common-server

  @Override
  protected void configure() {
    mapping(FieldDto.class, FieldInfo.class)
      .fields("type", "type", FieldsMappingOptions.customConverterId("typeConverter"))
      .fields("partition_key", "partitionKey", FieldsMappingOptions.copyByReference())
      .fields("source_type", "sourceType", FieldsMappingOptions.copyByReference());
    mapping(TableDto.class, TableInfo.class)
      .fields("name", "name", FieldsMappingOptions.copyByReference());
    mapping(DatabaseDto.class, DatabaseInfo.class)
      .fields("name", "name", FieldsMappingOptions.copyByReference());
    mapping(PartitionDto.class, PartitionInfo.class)
      .fields("name", "name", FieldsMappingOptions.copyByReference());
    mapping(AuditDto.class, AuditInfo.class);
    mapping(ViewDto.class, ViewInfo.class);
    mapping(StorageDto.class, StorageInfo.class);
  }
};
origin: Netflix/metacat

  @Override
  protected void configure() {
    mapping(FieldDto.class, FieldInfo.class)
      .fields("type", "type", FieldsMappingOptions.customConverterId("typeConverter"))
      .fields("partition_key", "partitionKey", FieldsMappingOptions.copyByReference())
      .fields("source_type", "sourceType", FieldsMappingOptions.copyByReference());
    mapping(TableDto.class, TableInfo.class)
      .fields("name", "name", FieldsMappingOptions.copyByReference());
    mapping(DatabaseDto.class, DatabaseInfo.class)
      .fields("name", "name", FieldsMappingOptions.copyByReference());
    mapping(PartitionDto.class, PartitionInfo.class)
      .fields("name", "name", FieldsMappingOptions.copyByReference());
    mapping(AuditDto.class, AuditInfo.class);
    mapping(ViewDto.class, ViewInfo.class);
    mapping(StorageDto.class, StorageInfo.class);
  }
};
com.netflix.metacat.common.server.converterConverterUtil$1mapping

Popular methods of ConverterUtil$1

    Popular in Java

    • Parsing JSON documents to java classes using gson
    • startActivity (Activity)
    • compareTo (BigDecimal)
    • getApplicationContext (Context)
    • URI (java.net)
      A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
    • NumberFormat (java.text)
      The abstract base class for all number formats. This class provides the interface for formatting and
    • Collections (java.util)
      This class consists exclusively of static methods that operate on or return collections. It contains
    • UUID (java.util)
      UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
    • Semaphore (java.util.concurrent)
      A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
    • Get (org.apache.hadoop.hbase.client)
      Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
    • CodeWhisperer alternatives
    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