Package codegen

Interface MapperOuterClass.MapperParameterizationHintOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      The package name expected once parameterization has been applied.
      com.google.protobuf.ByteString getNameBytes()
      The package name expected once parameterization has been applied.
      com.google.protobuf.ByteString getValue()
      The parameter value to send to the provider plugin as part of parameterization.
      java.lang.String getVersion()
      The package version expected once parameterization has been applied.
      com.google.protobuf.ByteString getVersionBytes()
      The package version expected once parameterization has been applied.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getName

        java.lang.String getName()
         The package name expected once parameterization has been applied.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The package name expected once parameterization has been applied.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getVersion

        java.lang.String getVersion()
         The package version expected once parameterization has been applied.
         
        string version = 2;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         The package version expected once parameterization has been applied.
         
        string version = 2;
        Returns:
        The bytes for version.
      • getValue

        com.google.protobuf.ByteString getValue()
         The parameter value to send to the provider plugin as part of parameterization.
         
        bytes value = 3;
        Returns:
        The value.