Class VirtualFieldMappingsBuilderImpl

    • Constructor Detail

      • VirtualFieldMappingsBuilderImpl

        public VirtualFieldMappingsBuilderImpl()
    • Method Detail

      • register

        public VirtualFieldMappingsBuilder register​(String typeName,
                                                    String fieldTypeName)
        Description copied from interface: VirtualFieldMappingsBuilder
        Register the association between the typeName and the fieldTypeName. Class pairs registered using this method will be available as VirtualFields in the runtime; obtainable by calling VirtualField.find(Class, Class).
        Specified by:
        register in interface VirtualFieldMappingsBuilder
        Parameters:
        typeName - The name of the type that will contain the virtual field of type named fieldTypeName.
        fieldTypeName - The name of the field type that will be added to type.
        Returns:
        this.
        See Also:
        VirtualField