Enum Class的使用
com.github.hetianyi.plugins.generator.pojo.generator.feature.CustomFeature.InsertLocation
-
com.github.hetianyi.plugins.generator.pojo.generator.feature中CustomFeature.InsertLocation的使用
修饰符和类型方法说明static CustomFeature.InsertLocationReturns the enum constant of this class with the specified name.static CustomFeature.InsertLocation[]CustomFeature.InsertLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.限定符构造器说明CustomFeature(SlotType type, CustomFeature.InsertLocation loc, BiFunction<Slot, ClassGenerator, List<Slot>> slotFunction)