Uses of Interface
cool.scx.ffm.type.paramter.Parameter
Packages that use Parameter
-
Uses of Parameter in cool.scx.ffm
Methods in cool.scx.ffm that return ParameterModifier and TypeMethodDescriptionstatic ParameterFFMHelper.convertToParameter(Object o) static Parameter[]FFMHelper.convertToParameters(Object[] objs) -
Uses of Parameter in cool.scx.ffm.type.paramter
Classes in cool.scx.ffm.type.paramter that implement ParameterModifier and TypeClassDescriptionclassArrayParameterclassCallbackParameter todo 参数校验不是特别完善classMapperParameterclass原始值classStringParameterclassStructParameter todo 目前 只支持单层的 结构 需要支持多层 -
Uses of Parameter in cool.scx.ffm.type.wrapper
Subinterfaces of Parameter in cool.scx.ffm.type.wrapperModifier and TypeInterfaceDescriptioninterfaceAddressWrapperinterfaceBooleanWrapperinterfaceByteWrapperinterfaceCharWrapperinterfaceDoubleWrapperinterfaceFloatWrapperinterfaceIntWrapperinterfaceLongWrapperinterfaceShortWrapperinterfaceWrapper<V>创建动机是为了规范化一些参数类型 此参数类型其实可以直接被替换成对应的基本类型 将其理解为只读 如果需要在外部函数中修改 请使用Mapper