Group
Extension

Matches 1

Object-PadX-Role-AutoJSON ( S/SI/SIMCOP/Object-PadX-Role-AutoJSON-1.2.tar.gz, SIMCOP, 2023; MetaCPAN )
Object-PadX-Role-AutoJSON/lib/Object/PadX/Role/AutoJSON.pm ( view source; MetaCPAN )
package Object::PadX::Role::AutoJSON;

use v5.26;

use strict;
use warnings;

use Object::Pad ':experimental(custom_field_attr mop)';
use Object::Pad::MOP::FieldAttr;
use Object::Pad::MOP::Field;
use 
r->register( "JSONExclude", permit_hintkey => 'Object::PadX::Role::AutoJSON', apply => $_disallow_value );
# Set a new name when going to JSON
Object::Pad::MOP::FieldAttr->register( "JSONKey", permit_
utoJSON', apply => $_require_value );
# Allow this to get sent as null, rather than leaving it off
Object::Pad::MOP::FieldAttr->register( "JSONNull", permit_hintkey => 'Object::PadX::Role::AutoJSON', 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.