$self->get_types
this is an internal and private method used solely for organizing the hashmap of datatypes to Form::Sensible types. Use something like this to organize your own reflector subclass datatypes.
$self->get_field_types_for($datatype)
This gets field definitions for a given datatype and returns them in hashref form.
$self->get_fieldnames()
$self->get_field_definition()
NAME
Form::Sensible::Form::Reflector::DBIC - A reflector class based on Form::Sensible and Form::Sensible::Form::Reflector
VERSION
version 0.031
SYNOPSIS
cocks