public class

ClassNameSchemaNamingStrategy

extends SchemaTypeNamingStrategy
java.lang.Object
   ↳ org.apache.commons.betwixt.schema.strategy.SchemaTypeNamingStrategy
     ↳ org.apache.commons.betwixt.schema.strategy.impl.ClassNameSchemaNamingStrategy

Class Overview

Names schema types from the property type of the descriptor

Summary

Public Constructors
ClassNameSchemaNamingStrategy()
Public Methods
String nameSchemaType(ElementDescriptor elementDescriptor)
Names the schema type from the type of the property.
String toString()
Outputs brief description.
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.schema.strategy.SchemaTypeNamingStrategy
From class java.lang.Object

Public Constructors

public ClassNameSchemaNamingStrategy ()

Public Methods

public String nameSchemaType (ElementDescriptor elementDescriptor)

Names the schema type from the type of the property.

Parameters
elementDescriptor ElementDescriptor describing the element
Returns
  • the name of the schema

public String toString ()

Outputs brief description.