Templates for plugin Custom Postfix Templates
- Java templates
- Library based templates
- Functions based templates
org.slf4j.LoggerFactory
.getLogger
org.slf4j.Logger
.logTrace
.logDebug
.logInfo
.logWarn
.logError
org.assertj.core.api.Assertions
.assertThat
.assertThatCode
.assertThatObject
.assertThatThrownBy
.assertThatExceptionOfType
.assertThatIOException
.assertThatIllegalArgumentException
.assertThatIllegalStateException
.assertThatNullPointerException
.assertThatRuntimeException
.catchThrowable
.catchException
org.mockito.Mockito
.mock
.mockWithName
.mockWithAnswer
.spy
.when
.verify
.verifyWithMode
.reset
.clearInvocations
.doThrow
.doNothing
.doAnswer
.doReturn
.given
.then
.will
.willAnswer
.willDoNothing
.willReturn
.willThrow
.willCallRealMethod
-
.join
.joinSkipNulls
.joinReplaceNull
-
com.google.common.base.Splitter
.split
.splitByRegexp
.splitToFixedLength
.splitWithLimitSize
.splitToList
.splitToListByRegexp
.splitToListWithFixedLength
.splitToListWithLimitSize
.splitToMap
.splitToMapByRegexp
-
com.google.common.base.Strings
.repeat
.padStart
.padEnd
.nullToEmpty
.emptyToNull
-
com.google.common.base.CharMatcher
.formatToOneLine
.removeExtraWhitespace
.removeWhitespace
.trimWhitespace
.replaceWhitespace
-
com.google.common.collect.Iterables
.split
.splitWithSameSize
.limit
.addAllTo
.removeAll
.removeIf
.retainAll
.contains
.get
.getOrDefault
.getFirstOrDefault
.getLast
.getLastOrDefault
.getOnly
.getOnlyOrDefault
.size
.toArray
.toString
.isEmpty
.frequency
.toImmutableIterable
-
com.google.common.collect.Iterators
.split
.splitWithSameSize
.limit
.addAllTo
.removeAll
.removeIf
.retainAll
.contains
.get
.getOrDefault
.getLast
.getLastOrDefault
.getOnly
.getOnlyOrDefault
.size
.toArray
.toString
.isEmpty
.frequency
.toImmutableIterator
-
com.google.common.collect.Lists
.asList
.newArrayList
.newLinkedList
.newCopyOnWriteArrayList
.toArrayList
.toLinkedList
.toCopyOnWriteArrayList
.reverse
.partition
.split
-
com.google.common.collect.ImmutableList
.newImmutableList
.newImmutableSortedList
.toImmutableList
.toImmutableSortedList
-
com.google.common.collect.Sets
.union
.intersection
.difference
.symmetricDifference
.combinations
.powerset
.cartesianProduct
.newIdentityHashSet
.newHashSet
.newConcurrentHashSet
.newLinkedHashSet
.newTreeSet
.newCopyOnWriteArraySet
.asSet
.toHashSet
.toConcurrentHashSet
.toLinkedHashSet
.toTreeSet
.toCopyOnWriteArraySet
-
com.google.common.collect.ImmutableSet
.newImmutableSet
.toImmutableSet
-
com.google.common.collect.ImmutableSortedSet
.newImmutableSortedSet
.toImmutableSortedSet
org.apache.commons.lang3.exception.ExceptionUtils
.getMessage
.getRootCause
.getRootCauseMessage
.getRootCauseStackTrace
.getStackFrames
.getThrowableCount
.getThrowableList
.getThrowableArray
.getStackTraceAsString
.printRootCauseStackTrace
.rethrow
.wrapAndThrow