Enum Class的使用
com.github.hetianyi.plugins.generator.common.SlotType
使用SlotType的程序包
程序包
说明
-
com.github.hetianyi.plugins.generator.common中SlotType的使用
-
com.github.hetianyi.plugins.generator.pojo.generator.feature中SlotType的使用
修饰符和类型方法说明SlotHelper.insertAfter(ClassGenerator generator, SlotType markup, Slot... slots) SlotHelper.insertAfter(ClassGenerator generator, SlotType markup, BiFunction<Slot, ClassGenerator, List<Slot>> slotFunction) SlotHelper.insertBefore(ClassGenerator generator, SlotType markup, Slot... slots) SlotHelper.insertBefore(ClassGenerator generator, SlotType markup, BiFunction<Slot, ClassGenerator, List<Slot>> slotFunction) 限定符构造器说明CustomFeature(SlotType type, CustomFeature.InsertLocation loc, BiFunction<Slot, ClassGenerator, List<Slot>> slotFunction) -
com.github.hetianyi.plugins.generator.pojo.generator.slot中SlotType的使用